Map API - Discover URLs on a website
Endpoint
Map API - Discover URLs on a website
Firecrawl-style URL discovery. Maps all URLs on a website with lightweight titles (no content extraction). Useful for site exploration before crawling.
POST
Map API - Discover URLs on a website
Authorizations
Bearer token authentication using your LLMLayer API key. Include in Authorization header as: Bearer YOUR_LLMLAYER_API_KEY
Body
application/json
Seed URL to start mapping from
Example:
"https://www.ycombinator.com"
If true, ignores sitemap.xml and discovers URLs by crawling
If true, includes URLs from subdomains
Filter discovered URLs by search string
Example:
"blog"
Maximum number of URLs to discover (hard cap: 30000)
Required range:
x <= 30000Timeout in milliseconds
