url
(string): The URL from which data will be extracted. It should point to the specific page containing the data of interest.query
(string): The query parameter allows you to define the extraction query to specify the data that needs to be extracted from the page.columns
(string): A comma-separated list of column names that acts as an interface to structure the extracted data.limit
(integer): Set a limit to the number of rows to extractformat
(string): The output format how you’d like to retreive the data (possible values: csv
, markdown
, json
). Defaults to json
200
status code, indicating a successful request. The response includes a payload with several important pieces of information. Among these, the data.id
field is particularly vital.
data.id
after receiving the response.
You will use this unique ID to periodically keep polling the GET endpoint to receive the extracted data.Data extracted successfully
The response is of type object
.