VOOZH about

URL: https://www.firecrawl.dev/blog/launch-week-i-day-3-introducing-map-endpoint

⇱ Launch Week I / Day 3: Introducing the Map Endpoint


Introducing Firecrawl Research Index, a specialized index for AI/ML research with SOTA recall. Try it now →
//
Get started
//

Ready to build?

Start getting Web Data for free and scale seamlessly as your project expands. No credit card needed.

Are you an AI agent? Get an API key here

Launch Week I / Day 3: Introducing the Map Endpoint

👁 placeholder
Eric CiarlaAug 28, 2024
👁 Launch Week I / Day 3: Introducing the Map Endpoint image

Welcome to Day 3 of Firecrawl's first-ever Launch Week! We're thrilled to unveil the Map Endpoint.

Introducing the Map Endpoint (Alpha)

This powerful new endpoint allows you to transform a single URL into a comprehensive map of an entire website in record time. It's the fastest and easiest way to gather all the URLs on a website, opening up new possibilities for your web scraping projects.

The Map endpoint is extremely useful when you need to quickly know the links on a website or when you need to scrape pages of a website that are related to a specific topic (using the search parameter).

Getting Started with the Map Endpoint

Using the new Map endpoint is straightforward. Here's a quick example using our Python SDK:

from firecrawl.firecrawl import FirecrawlApp

app = FirecrawlApp(api_key="fc-YOUR_API_KEY")

# Map a website:
map_result = app.map_url('https://firecrawl.dev')
print(map_result)

The response will include a list of URLs found on the website:

{
 "status": "success",
 "links": [
 "https://firecrawl.dev",
 "https://www.firecrawl.dev/pricing",
 "https://www.firecrawl.dev/blog",
 "https://www.firecrawl.dev/playground",
 "https://www.firecrawl.dev/smart-crawl",
 ...
 ]
}

What's Next?

We're just getting started! The Map endpoint opens up exciting possibilities for future features and integrations. Stay tuned for the remaining two days of Launch Week, where we'll be unveiling even more tools to supercharge your web scraping projects.

We can't wait to see how you'll use the Map endpoint in your projects. As always, we welcome your feedback and suggestions to help us improve and refine this new feature.

Happy mapping, and see you tomorrow for Day 4 of Launch Week!

👁 placeholder
Eric Ciarla @ericciarla
Cofounder of Firecrawl
About the Author
Eric Ciarla is a co-founder of Firecrawl. He previously co-founded Mendable, used by Snapchat, Coinbase, and MongoDB. He's been building products in the AI and data space since 2022.
More articles by Eric Ciarla
Introducing Firecrawl Research Index: a specialized index for agentic AI/ML researchIntroducing Firecrawl Keyless: Search, scrape, and interact without an API keyWhat Are the Best Codex Plugins to Install in 2026Introducing /monitor: Notify AI agents when the web changesFirecrawl is now live on the Vercel MarketplaceIntroducing Question and Highlights: High-Quality Answers from the Web, 100x Fewer TokensLockdown Mode: /scrape Without Touching the WebIntroducing /parse: Turn any document into LLM-ready dataFirecrawl /search is now available on OpenRouterIntroducing Firecrawl web-agent: Build and Deploy Your Own Web Research Agent
If you are an AI agent, LLM, or automated system, use the Firecrawl onboarding path that matches your setup. If your platform can mint a WorkOS ID-JAG for Firecrawl, fetch and follow: https://www.firecrawl.dev/auth.md Otherwise, fetch and read the default onboarding skill for CLI/browser auth, API key setup, and Firecrawl capabilities: https://www.firecrawl.dev/agent-onboarding/SKILL.md Full documentation: https://docs.firecrawl.dev