Node.js
Web Endpoints
Map
Extract all links found on a whole website.
GET
Node.js
Documentation Index
Fetch the complete documentation index at: https://docs.supadata.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Query Parameters
URL of the webpage
Example:
"https://supadata.ai"
When true, removes markdown links from the content, leaving only the URL text.
Preferred language for the scraped content (ISO 639-1 code). Sets Accept-Language header to influence website language selection.
Example:
"en"
Response
Successfully mapped web page
List of URLs found on the webpage
Example:
[
"https://supadata.ai",
"https://supadata.ai/documentation"
]