Authorizations
Body
multipart/form-data
Response
OK
The response is of type object.
This endpoint allows you to retrieve specific data from a web page in a structured JSON format based on your predefined schema.
website (text): Website url to be scraped.
json_schema (text): JSON schema for the response.
The response is a JSON object with the following properties:
response: The JSON object structured as per the provided schema.
tokens: The number of tokens.
success: Indicates the success status of the request.
OK
The response is of type object.