curl-X POST \https://api.firecrawl.dev/v2/search/developer\-H"Content-Type: application/json"\-d '{"query":"retry backoff not firing on 429","k": 10,"types":["issue","pull_request"]}'
npminstall-gfirecrawl-clifirecrawldeveloper"retry backoff not firing on 429"# Or pipe it into your own toolingfirecrawldeveloper"add pydantic with uv"--json
npx-yfirecrawl-cli@latestsetupdeveloper-index# That is the whole setup. Your agent can now# search 70M+ READMEs, issues, PRs, and docs:## > find the PR that fixed the 429 retry bug
from firecrawl importFirecrawlfirecrawl=Firecrawl(api_key="fc-YOUR-API-KEY")result= firecrawl.search("retry backoff not firing on 429",categories=["developer"],limit=10,)for item in result.developer or[]:
print(item.url, item.title)
import{Firecrawl}from"firecrawl";const firecrawl = newFirecrawl({apiKey:"fc-YOUR-API-KEY",});const result = await firecrawl.search("retry backoff not firing on 429",{categories:["developer"],limit: 10 },);for(const item of result.developer ??[]){
console.log(item.url, item.title);}
No API key. Send one for higher rate limits.
[ 04 / 04 ]
·
FAQ
//
FAQ
//
Frequently asked questions
General
Using it
Benchmarks & pricing
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. Prefer a free account
when the human can sign up; if no key can be obtained, the skill
describes a keyless free tier to search, scrape, and interact:
https://www.firecrawl.dev/agent-onboarding/SKILL.md
Full documentation: https://docs.firecrawl.dev