Firecrawl Search - LLM-ready content avatar

Firecrawl Search - LLM-ready content

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Firecrawl Search - LLM-ready content

Firecrawl Search - LLM-ready content

Search the web and get clean, LLM-ready content in one API call. Powered by Firecrawl's /v1/search endpoint. Returns markdown, HTML, or extracted data. Perfect for SEO research, competitor analysis, and AI training data collection

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

6

Total users

1

Monthly active users

11 days ago

Last modified

Share

Firecrawl Search - AI-Powered Web Search & Scrape

Search the web and get clean, LLM-ready content in one API call. Powered by Firecrawl's /v1/search endpoint. Returns markdown, HTML, or extracted data. Perfect for SEO research, competitor analysis, and AI training data. Pay-per-event pricing.

BYOK (Bring Your Own Key): you provide your own API credentials.


Before You Start

This actor requires your own API credentials to fetch real data.

Where to get your key: Your Firecrawl API key. Get one free at https://firecrawl.dev


Quick Start

Run with real data

{
"query": "best SEO tools 2024",
"limit": 10,
"lang": "en",
"country": "us",
"outputFormat": "markdown",
"onlyMainContent": true,
"firecrawlApiKey": "YOUR_API_KEY_HERE",
"webhookPlatform": "custom"
}

Input Parameters

ParameterTypeDefaultRequiredDescription
querystring-NoThe search query to find relevant web pages
limitinteger10NoMaximum number of search results to return (1-20)
langstring"en"NoLanguage code for search results (e.g., en, es, fr, de)
countrystring"us"NoCountry code to localize search results (e.g., us, uk, de, fr)
outputFormatstring"markdown"NoFormat for scraped content
onlyMainContentbooleantrueNoExtract only the main content, removing navigation, ads, footers
firecrawlApiKeystring-Yes*Your Firecrawl API key. Get one free at https://firecrawl.dev
webhookUrlstring-NoSend results to a webhook URL (Zapier, Make, n8n, or custom)
webhookPlatformstring"custom"NoPlatform receiving the webhook (affects payload format)
webhookHeadersobject-NoCustom headers to send with webhook (JSON object)

Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Search CompletedEach web search query executed via Firecrawl API$0.02

Troubleshooting

"API key is required"

  • Add your API key in the input

"API error 403" or "Unauthorized"

Your API key is invalid, expired, or doesn't have access to this specific API endpoint. Double-check your key and account permissions.

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • API key without proper permissions
  • The target data doesn't exist or is too small to track

How do I test without an API key?

Run the actor without a firecrawlApiKey, or set "demoMode": true. It returns realistic sample results labeled with demo: true and a _notice field so you can inspect the exact output shape before connecting your own key. Demo runs make no external API calls and charge no task events.


Built by John Rippy | Actor Arsenal