Return Data to Request Point
This endpoint allows users to fetch data efficiently and ensures seamless integration with their applications or workflows.
How It Works
The API enables users to send a scraping request and receive the results directly at the request point. This eliminates the need for data retrieval or the need to send to external storage and streamlines the data collection process, you can set your your desired format by using the “format” parameter, if no format was explicitly mentioned the default behavior will be JSON format.
Timeout Limit
This request is subject to a timeout limit. If the request exceeds the timeout limit, you will receive the following HTTP/202
response:
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Dataset ID for which data collection is triggered.
Include errors report with the results.
Specifies the format of the response (default: JSON).
json
, csv
Body
URL to scrape.
Response
The response is of type string
.
"OK"
Was this page helpful?