UNPKG

scraper-api-datachaser

Version:

The scraping SaaS platform provides a RESTful API for developers to perform web scraping tasks. Users can submit scraping tasks, monitor task status, retrieve scraped data, and manage their account through the API.

6 lines (5 loc) 131 B
/* tslint:disable */ /* eslint-disable */ export * from './runtime'; export * from './apis/index'; export * from './models/index';