Basic webpage scraping service (v1)
from scrapegraph_py import Client client = Client(api_key="your-api-key") response = client.scrape( website_url="https://example.com" )
Was this page helpful?