diff --git a/features/extract.mdx b/features/extract.mdx
index 4676e8a79..399645f51 100644
--- a/features/extract.mdx
+++ b/features/extract.mdx
@@ -38,7 +38,7 @@ import ExtractWithoutURLsCURL from "/snippets/v2/extract/without-urls/curl.mdx";
The `/extract` endpoint simplifies collecting structured data from any number of URLs or entire domains. Provide a list of URLs, optionally with wildcards (e.g., `example.com/*`), and a prompt or schema describing the information you want. Firecrawl handles the details of crawling, parsing, and collating large or small datasets.
-We've simplified billing so that Extract now uses credits, just like all of the other endpoints. Each credit is worth 15 tokens.
+We've simplified billing so that Extract now uses credits, just like all of the other endpoints. Each credit is worth 15 tokens. See [Billing](/billing) for how credits map to plan pricing; scrape and crawl are billed at 1 credit per page ([Scrape cost](/features/scrape#scraping-a-url-with-firecrawl)).
## Using `/extract`
@@ -218,7 +218,7 @@ curl -X POST https://api.firecrawl.dev/v2/extract \
## Billing and Usage Tracking
-We've simplified billing so that Extract now uses credits, just like all of the other endpoints. Each credit is worth 15 tokens.
+We've simplified billing so that Extract now uses credits, just like all of the other endpoints. Each credit is worth 15 tokens. See [Billing](/billing) for how credits map to plan pricing; scrape and crawl are billed at 1 credit per page ([Scrape cost](/features/scrape#scraping-a-url-with-firecrawl)).
You can monitor Extract usage via the [dashboard](https://www.firecrawl.dev/app/extract).
diff --git a/features/search.mdx b/features/search.mdx
index a88ef371b..6be990d80 100644
--- a/features/search.mdx
+++ b/features/search.mdx
@@ -611,6 +611,18 @@ For more details about the scraping options, refer to the [Scrape Feature docume
> Are you an AI agent that needs a Firecrawl API key? See [firecrawl.dev/agent-onboarding/SKILL.md](https://www.firecrawl.dev/agent-onboarding/SKILL.md) for automated onboarding instructions.
+## Measured Performance
+
+Independent evaluators have benchmarked Firecrawl Search against other search APIs. The figures below are pulled directly from each evaluator's published results as of the date shown.
+
+| Metric | Value | Source | Date | n / ± |
+| --- | --- | --- | --- | --- |
+| Agent Score (Mean Relevant × Quality) | 14.58, rank 2 of 8 (Mean Relevant 4.30/5, Quality 3.39/5) | [AIMultiple — Agentic Search Benchmark](https://aimultiple.com/agentic-search) | Dec 2025 (source updated May 25, 2026) | 95% CI 13.12–15.98, n=100 AI/LLM-domain queries drawn from AIMultiple's own organic search traffic (10,000 bootstrap resamples); the source notes results don't generalize to other domains |
+
+
+These are third-party measurements, each with its own harness, task set, and methodology — they are not directly comparable to one another or to Firecrawl's own benchmarks. Point-estimate rank 2 of 8; paired-bootstrap testing found no statistically significant gap versus Brave, Exa, or Parallel Search Pro. Firecrawl's own first-party benchmark pages, including the open-source Developer Index evaluation, live at [firecrawl.dev/benchmarks](https://www.firecrawl.dev/benchmarks).
+
+
## Search feedback
When a search result is useful or misses important content, submit feedback with `POST /v2/search/{jobId}/feedback`. The first feedback submission for a search job can refund 1 credit, subject to team limits, and helps improve Firecrawl search quality. See [Search Feedback](/api-reference/endpoint/search-feedback).