Crawl a whole website and get content of all pages on it.
https://supadata.ai/blog
, the crawler will follow links like
https://supadata.ai/blog/article-1
, but not https://supadata.ai/about
. To
crawl the whole website, provide the top URL (ie https://supadata.ai
) as the
URL to crawl.Parameter | Type | Required | Description |
---|---|---|---|
url | string | Yes | URL of the webpage to scrape |
limit | number | No | Maximum number of pages to crawl. Defaults to 100. |
next
field which you can use to get the next page of results.