Ecosystem/Firecrawl

Firecrawl

Tempo
Search5 endpointsFrom $0.0020 /req

Web scraping and crawling optimized for LLMs. Scrape any URL into clean markdown, crawl entire websites, map sitemap structures, search the web with auto-scraping, and extract structured data using schemas or natural language.

View documentation

When should an agent use this?

Use Firecrawl when your agent needs clean web content for LLM processing — scraping documentation pages, crawling competitor sites, mapping website structures, or extracting structured data like pricing tables or product specs. Ideal for RAG pipelines, content monitoring agents, research workflows, and any agent that needs web data in a format LLMs can actually use.

Endpoints

Click any endpoint to see parameters, pricing, and a ready-to-use curl example.

Paid (5)

Scrape a single URL and return clean, LLM-ready content (markdown, HTML, or structured data).

Path/services/firecrawl/v1/scrape
MethodPOST
Price$0.0020 per request

Parameters

NameTypeRequiredDescription
urlstringYesThe URL to scrape
formatsstring[]NoOutput formats — 'markdown', 'html', 'rawHtml', 'screenshot' (default: ['markdown'])
onlyMainContentbooleanNoStrip navigation, headers, footers — return only the main content (default: true)

Example Request

curl
curl -X POST \
  "https://api.indiegent.com/services/firecrawl/v1/scrape" \
  -H "Authorization: Bearer <your-token>" \
  -H "X-Agent-Wallet: my-agent" \
  -H "Content-Type: application/json" \
  -d '{
  "url": "https://docs.firecrawl.dev/introduction"
}'

IndieGent Endpoint

api.indiegent.com/services/firecrawl

Payment

USDC · Automatic

Payment protocols handled by IndieGent

Network

Tempo

IndieGentIndieGent — Independent wallets for independent agents

npm install -g @indiegent/cli