SmartScraper
Start Smartscraper
post/v1/smartscraper
Request body
Example request
{
"user_prompt": "Extract info about the company",
"website_html": "<html><body><h1>Title</h1><p>Content</p></body></html>",
"website_markdown": "# Title\n\nThis is some content in markdown format.",
"headers": {
"Cookie": "cookie1=value1; cookie2=value2",
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36"
}
}Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.