Part of the Fair ecosystem

Research, scrape, and enrich — at cost.

14-source research with AI synthesis. Web scraping with auto JS rendering. Company enrichment from a domain. Structured data from 15 platforms. $0.0007 per page. No subscription. No tiers.

$0.0007
per page
$0.0005 above $100/mo · $0.0004 above $500/mo

10 free requests. No card required. $0.0007 per page after that — drops at volume.

$ curl "https://api.faircompany.ai/v1/crawl/research" \
  -H "Authorization: Bearer sk_live_..." \
  -d '{"query": "open-source perplexity alternatives 2026"}'

{
  "answer": "Several open-source projects offer Perplexity-style search...",
  "sources": [
    { "url": "https://github.com/...", "title": "Perplexica", "rank": 1 },
    { "url": "https://news.ycombinator.com/...", "title": "HN: Show", "rank": 2 }
  ],
  "related_questions": [
    "How does RRF ranking work?",
    "Which models support citation grounding?"
  ],
  "credits_used": 18
}
$ curl "https://api.faircompany.ai/v1/crawl/web/scrape" \
  -H "Authorization: Bearer sk_live_..." \
  -d '{"url": "https://stripe.com/pricing", "render": "auto"}'

{
  "url": "https://stripe.com/pricing",
  "title": "Pricing & Fees | Stripe",
  "markdown": "# Stripe Pricing\n\n## Integrated per-transaction...",
  "method": "playwright",
  "credits_used": 2
}
$ curl "https://api.faircompany.ai/v1/crawl/enrich/company?domain=stripe.com" \
  -H "Authorization: Bearer sk_live_..."

{
  "domain": "stripe.com",
  "name": "Stripe",
  "founded_year": 2010,
  "total_funding": "$8.7B",
  "annual_revenue": "$14.4B",
  "headcount": 8550,
  "tech_stack": ["Ruby", "Go", "React", "AWS"],
  "leadership": [{ "name": "Patrick Collison", "title": "CEO" }]
}
$ curl "https://api.faircompany.ai/v1/crawl/youtube/channel?handle=mkbhd" \
  -H "Authorization: Bearer sk_live_..."

{
  "platform": "youtube",
  "handle": "mkbhd",
  "name": "Marques Brownlee",
  "subscribers": 19800000,
  "video_count": 1672,
  "social_links": { "twitter": "@mkbhd", "instagram": "mkbhd" },
  "credits_used": 1
}
4 capabilities · 15 platforms · 1 API key
REST API. JSON in, JSON out. No SDK required.

One API. Four ways to get the data you need.

Most data tools do one thing. FairCrawl gives you research, scraping, enrichment, and platform data behind a single API key, a single credit pool, and a single price.

/v1/crawl/research

Ask a question. Get an answer with citations.

One query fans out across 14 sources — Reddit, Hacker News, Bluesky, GitHub, YouTube, Wikipedia, arXiv, StackOverflow, DuckDuckGo, Polymarket, the open web, and more. Reciprocal Rank Fusion ranks the results. Gemini synthesizes a grounded answer with inline citations and related questions.

Built for AI agents, RAG pipelines, and competitive intel. 11x cheaper than the Perplexity API. No $20/mo subscription bolted on top.

14
sources per query
~$0.018
per research call
0
lock-in — REST in, JSON out
Perplexity API: $5 per 1,000 sonar requests + $20/mo seat
FairCrawl: ~$18 per 1,000 research calls. No seat fee.
Try a research query →
/v1/crawl/web/scrape

Any URL. Static or JS-rendered. Auto-escalation built in.

Point us at a URL. We try a fast static fetch first. If the page needs JavaScript, we escalate to a real Playwright browser automatically. If it needs a residential proxy, we escalate again. You only pay for the tier you actually used.

Returns clean markdown, structured HTML, and full-page screenshots. Login support via session cookies. No credit-pack accounting, no JS-rendered surcharges hidden in fine print.

$0.0005
static fetch
$0.001
JS-rendered (Playwright)
$0.003
residential proxy
Firecrawl: ~$0.005/page on the cheapest plan, credits expire monthly
FairCrawl: $0.0005/page, balance never expires
See scrape options →
/v1/crawl/enrich/company

A domain in. A company profile out.

Pass a domain. Get back a structured profile: founded year, total funding, annual revenue, headcount, leadership team, tech stack, social links, and contact emails with SMTP verification.

Built for sales, GTM, and lead qualification workflows that don't deserve a $15K/year ZoomInfo contract.

founded_yeartotal_fundingannual_revenueheadcountleadershiptech_stacksocial_linksindustryheadquartersverified_emails
Clearbit / ZoomInfo: $99–$1,250/mo seat + per-credit fees
FairCrawl: ~$0.05 per enrichment, no seat
See enrich fields →
/v1/crawl/{platform}/{action}

Structured data from 15 platforms. One auth.

Profiles, posts, comments, search results, and engagement metrics from the platforms your users actually live on. No login farms, no per-platform vendor stack.

Twitter / XTikTokInstagramYouTubeRedditLinkedInFacebookBlueskyThreadsPinterestTruth SocialTwitchSnapchatLinktreeWeb (any URL)

Platform coverage varies by endpoint. Reddit, Bluesky, YouTube, and Twitch are full-coverage. TikTok, Instagram, and LinkedIn are partial — see the endpoint matrix for what works on each.

Browse all platforms →

Four steps. No setup.

01

Get an API key

Sign up. We give you 10 free requests. No card required.

02

Call any endpoint

Research, scrape, enrich, or platform — same auth, same JSON shape.

03

Top up when you need to

Minimum $5. Balance never expires. Pay only for what you used.

04

Pay for what you used

One bill, itemized per request. Light month? Small bill. No month? $0.

Built for four kinds of work.

01

You're feeding LLMs.

Your agent needs to read the web, search across sources, and pull structured context. FairCrawl is the data primitive — research for retrieval, scrape for tool-use, platform endpoints for grounded answers. One API key in your agent loop.

/research/web/scrape
See the agent quickstart →
02

You're qualifying leads.

Pass a domain, get the company profile your CRM is missing — funding, revenue, tech stack, decision-makers. At ~$0.05 per company, you can enrich your entire pipeline for the price of one Clearbit seat-day.

/enrich/company/linkedin/company
See enrich →
03

You're tracking what's being said.

Stop hand-trawling Reddit threads, HN comments, and product communities. One research call fans out across 14 sources, ranks the results, and synthesizes the answer with citations you can audit.

/research/reddit/search/hackernews/...
See the research endpoint →
04

You're tracking creators and trends.

Pull engagement metrics, follower counts, and post data from TikTok, YouTube, Instagram, Twitter, and the rest — all under one auth. No login farms, no stitched-together vendor stack.

/{platform}/profile/{platform}/posts
Browse platforms →

Here's where your money actually goes.

Cost + 14% margin. That's the whole pricing model. Updated whenever upstream costs change.

faircrawl RECEIPT
10,000 scrapes a month
Bright Data Bandwidth-based, residential pricing
~$500
Apify Platform fee + compute + proxy stacked
~$249
Firecrawl Credits expire if unused
~$199
ScrapingBee API credit packs, overage premiums
~$99
FairCrawl 10,000 × $0.0005
$5.00
faircrawl RECEIPT
1,000 research queries a month
Perplexity API $5/1k sonar + $20/mo seat × multiple seats
~$200
OpenAI + custom orchestration DIY fan-out, no source diversity
$50–150
FairCrawl 1,000 × ~$0.018
~$18
faircrawl RECEIPT
1,000 company enrichments a month
Clearbit Seat-based with credit caps
~$1,250
ZoomInfo Annual contract minimums
~$1,250+
Apollo Per-seat, limited credits
~$99
FairCrawl 1,000 × $0.05
$50

Real numbers, real limits, real lock-in.

We benchmark these monthly. If a competitor improves, we update the table.

Firecrawl Perplexity API Apify FairCrawl
Web scraping
JS rendering ✓ (same price) included in compute included, auto-escalated
Browser actions (/interact) ✓ (custom actor)
URL discovery (/map) ✓ (1.7× faster)
NL orchestration (/agent)
Multi-source research + synthesis
Company enrichment actor marketplace ✓ native
Platform scrapers (TikTok, IG, YT…) actor marketplace ✓ 15 native
Freshness tracking ✓ unique
Per-page price (entry tier) $0.0053 n/a ~$0.005–0.02 $0.0007
Per-page price (high volume) $0.00067 n/a varies $0.0007
Minimum commitment $16/mo $20/mo seat $49/mo $0
Credits expire yes (monthly) n/a n/a never
Free tier 500 credits one-time rate-limited $5 free trial 100 scrapes, no card
Web scraping
Firecrawl
Perplexity
Apify
FairCrawl
JS rendering
Firecrawl
✓ (same price)
Perplexity
Apify
included in compute
FairCrawl
included, auto-escalated
Browser actions (/interact)
Firecrawl
Perplexity
Apify
✓ (custom actor)
FairCrawl
URL discovery (/map)
Firecrawl
Perplexity
Apify
FairCrawl
✓ (1.7× faster)
NL orchestration (/agent)
Firecrawl
Perplexity
Apify
FairCrawl
Multi-source research + synthesis
Firecrawl
Perplexity
Apify
FairCrawl
Company enrichment
Firecrawl
Perplexity
Apify
actor marketplace
FairCrawl
✓ native
Platform scrapers (TikTok, IG, YT…)
Firecrawl
Perplexity
Apify
actor marketplace
FairCrawl
✓ 15 native
Freshness tracking
Firecrawl
Perplexity
Apify
FairCrawl
✓ unique
Per-page price (entry tier)
Firecrawl
$0.0053
Perplexity
n/a
Apify
~$0.005–0.02
FairCrawl
$0.0007
Per-page price (high volume)
Firecrawl
$0.00067
Perplexity
n/a
Apify
varies
FairCrawl
$0.0007
Minimum commitment
Firecrawl
$16/mo
Perplexity
$20/mo seat
Apify
$49/mo
FairCrawl
$0
Credits expire
Firecrawl
yes (monthly)
Perplexity
n/a
Apify
n/a
FairCrawl
never
Free tier
Firecrawl
500 credits one-time
Perplexity
rate-limited
Apify
$5 free trial
FairCrawl
100 scrapes, no card

See the full Firecrawl head-to-head →

Numbers benchmarked 2026-04. Spot something out of date? Email us — we'll fix it within 24h.

One API key. Four capabilities. One bill.

Sign up takes 30 seconds. 10 free requests. Top up with $5 when you need more. Balance never expires.

No card required. No subscription. No expiring credits. Cancel by closing the tab.