Generating parsing instructions via API
See how you can generate parsers automatically by sending requests to the API.
Generate instructions from prompt
Sample payload
{
"prompt_text": "Parse title of the product, main price, developer name and platform name.",
"urls": [
"https://sandbox.oxylabs.io/products/1",
"https://sandbox.oxylabs.io/products/2",
"https://sandbox.oxylabs.io/products/4"
],
"render": false
}Parameter
Description
Sample response
Generate instructions from JSON schema
Sample payload
Parameter
Description
Sample response
Last updated
Was this helpful?

