Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions features/agent.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Agent"
description: "Gather data wherever it lives on the web."
og:title: "Agent | Firecrawl"

Check warning on line 4 in features/agent.mdx

View check run for this annotation

Mintlify / Mintlify Validation (firecrawl) - vale-spellcheck

features/agent.mdx#L4

Did you really mean 'Firecrawl'?
og:description: "Gather data wherever it lives on the web. Describe what you want, /agent handles the rest."
sidebarTitle: "Agent"
---
Expand Down Expand Up @@ -45,7 +45,7 @@

## Using `/agent`

The only required parameter is `prompt`. Simply describe what data you want to extract. For structured output, provide a JSON schema. The SDKs support Pydantic (Python) and Zod (Node) for type-safe schema definitions:

Check warning on line 48 in features/agent.mdx

View check run for this annotation

Mintlify / Mintlify Validation (firecrawl) - vale-spellcheck

features/agent.mdx#L48

Did you really mean 'SDKs'?

Check warning on line 48 in features/agent.mdx

View check run for this annotation

Mintlify / Mintlify Validation (firecrawl) - vale-spellcheck

features/agent.mdx#L48

Did you really mean 'Pydantic'?

Check warning on line 48 in features/agent.mdx

View check run for this annotation

Mintlify / Mintlify Validation (firecrawl) - vale-spellcheck

features/agent.mdx#L48

Did you really mean 'Zod'?

<CodeGroup>

Expand Down Expand Up @@ -106,9 +106,13 @@

<AgentStatusCompleted />

## Share agent runs

You can share agent runs directly from the Agent playground. Shared links are public — anyone with the link can view the run output and activity — and you can revoke access at any time to disable the link. Shared pages are not indexed by search engines.

## Model Selection

Firecrawl Agent offers two models. **Spark 1 Mini is 60% cheaper** and is the default — perfect for most use cases. Upgrade to Spark 1 Pro when you need maximum accuracy on complex tasks.

Check warning on line 115 in features/agent.mdx

View check run for this annotation

Mintlify / Mintlify Validation (firecrawl) - vale-spellcheck

features/agent.mdx#L115

Did you really mean 'Firecrawl'?

| Model | Cost | Accuracy | Best For |
|-------|------|----------|----------|
Expand Down Expand Up @@ -185,7 +189,7 @@

## Pricing

Firecrawl Agent uses **dynamic billing** that scales with the complexity of your data extraction request. You pay based on the actual work Agent performs, ensuring fair pricing whether you're extracting simple data points or complex structured information from multiple sources.

Check warning on line 192 in features/agent.mdx

View check run for this annotation

Mintlify / Mintlify Validation (firecrawl) - vale-spellcheck

features/agent.mdx#L192

Did you really mean 'Firecrawl'?

### How Agent pricing works

Expand Down
Loading