SmartScraper
Start SmartScraper
Extract content from a webpage using AI by providing a natural language prompt and a URL.
POST
SmartScraper allows you to extract specific information from any webpage using AI. Simply provide a URL and describe what information you want to extract in natural language.
Use Cases
- Extract company information from websites
- Gather product details from e-commerce pages
- Collect contact information from business pages
- Extract structured data from articles or blog posts
Example Response
Authorizations
Body
application/json
Either website_url or website_html must be provided
Example:
"Extract info about the company"
Example:
"https://scrapegraphai.com/"
HTML content, maximum size 2MB
Example:
"<html><body><h1>Title</h1><p>Content</p></body></html>"
Optional headers to send with the request, including cookies and user agent
Example:
{
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36",
"Cookie": "cookie1=value1; cookie2=value2"
}
Was this page helpful?