Skip to Content

Get all URLs from a website

Crawl a whole website and get all URLs on it. Can be used to create a sitemap or run a crawler to fetch content of all pages of a destination.

Endpoint

GET /v1/web/map

Query Parameters

ParameterTypeRequiredDescription
urlstringYesURL of the website to map

Example Request

curl 'https://api.supadata.ai/v1/web/map?url=https://example.com' \ -H 'x-api-key: YOUR_API_KEY'

Response Format

{ "urls": [ "string" // List of URLs found on the webpage ] }

Pricing

  • 1 map request = 1 credit