Extract sitemaps from websites (v1)
crawl.start()
from scrapegraph_py import Client client = Client(api_key="your-api-key") response = client.sitemap( website_url="https://example.com" )
Was this page helpful?