PE Crawler is an automated API system for retrieving threads from various Google products. Moreover, it also allows to retrieve data from the help center of different products (e.g.: YouTube, Chrome,...). The data are then served on an express server.
- No registration
- Zero-config
- Basic API
- "Has many" relationships
- Filters and nested resources
- Supports GET, POST
- HTTPS
- Compatible with React, Angular, Vue, Ember, ...
$ npm install
$ npm run dev
Might need to run
npm audit fix
GET /products
GET /languages
GET /answers
GET /answers/youtube
GET /answers/youtube?hl=fr
POST /answers/youtube
body {
hl: 'fr',
page: 2,
search: 'foo',
products_id: [3, 9]
}
GET /threads
GET /threads/youtube
GET /threads/youtube?hl=fr
Any contributions and/or pull requests would be welcome.
MIT License.