ScrapeGraphAI
- api_key (Optional[str]): API key for authenticating with the ScrapeGraphAI API.
- References:
- https: //scrapegraph.ai/
init
search
- user_prompt (str): The search query or instructions.
scrape
- website_url (str): The URL to scrape.
- user_prompt (str): Instructions for what data to extract.
- website_html (Optional[str]): Optional HTML content to use instead of fetching from the URL.