smartscraper
Extract structured data from webpages using AI by specifying user prompts and URLs. Ideal for automating data retrieval and transforming web content into markdown or processed formats.
Instructions
Extract structured data from a webpage using AI.
Args:
user_prompt: Instructions for what data to extract
website_url: URL of the webpage to scrape
number_of_scrolls: Number of infinite scrolls to perform (optional)
markdown_only: Whether to return only markdown content without AI processing (optional)
Returns:
Dictionary containing the extracted data or markdown content
Input Schema
Name | Required | Description | Default |
---|---|---|---|
markdown_only | No | ||
number_of_scrolls | No | ||
user_prompt | Yes | ||
website_url | Yes |