Runs a configured scraper to extract structured data from a target URL. The scraper uses AI to intelligently extract data matching your defined schema.
API key authentication. Generate your API key in the ManyPI dashboard under 'API Access'. Include it in the Authorization header as: Authorization: Bearer YOUR_API_KEY
Unique identifier of the scraper to execute. Find this in your dashboard under Scrapers.
"550e8400-e29b-41d4-a716-446655440000"
Optional configuration for the scraping request
Scraping completed successfully
Indicates whether the scraping operation was successful
true
Extracted data matching your scraper's schema. Structure varies based on your scraper configuration.
{
"title": "Product Name",
"price": "$99.99",
"rating": 4.5,
"inStock": true
}Information about the scraping operation