{
"id": "abc123-...",
"url": "https://books.toscrape.com",
"status": "completed",
"generated_api": {
"marketplace_id": "mp-789",
"scraper_id": "scraper-456",
"name": "Books to Scrape",
"source_url": "https://books.toscrape.com",
"execution_base_url": "https://api.parse.bot/scraper/scraper-456",
"endpoints": [
{
"method": "POST",
"endpoint_name": "get_books",
"description": "Get book listings with titles, prices, and ratings",
"input_params": {
"page": { "type": "integer", "description": "Page number" }
},
"return_schema": { "..." : "..." }
}
]
}
}