Map API

Every URL on a site,
in seconds.

One flat fee returns the full shape of a website — every URL with its title. Ten times faster than crawling, because it never reads the pages.

pricing
$0.002flat, per site

Pay-as-you-go. No subscription, no minimum — and your credits never expire.

POST /api/v2/map
10x
faster than crawling
titles
included
sitemap
checked first
subdomains
supported
10x faster

URLs and titles only — no content extraction means near-instant results.

Sitemap first

Checks sitemap.xml automatically, then fills the gaps by discovery.

Subdomain support

Pull in blog.*, docs.*, api.* — the whole property in one map.

Why map

Know the territory before you spend.

Crawl planning

Map first, then crawl only the sections you actually need — and pay for nothing else.

Site audits

Inventory every URL with its title for SEO reviews and content audits.

Change detection

Diff maps over time to catch new, moved, or vanished pages.

In practice

One call. That's the integration.

01from llmlayer import LLMLayerClient
02
03client = LLMLayerClient(api_key="YOUR_LLMLAYER_API_KEY")
04
05site = client.map(url="https://supabase.com")
06
07print(site.total_found) # URLs discovered
08for link in site.links[:10]:
09 print(link.url, "—", link.title)

Start with nothing to lose.

Free credits on signup, no card. The meter only moves when you call.