From e85c53022d2c8a10fd40ed7b4ccebbb1f083291f Mon Sep 17 00:00:00 2001 From: Fvrkdej <114817270+fvrkdej@users.noreply.github.com> Date: Mon, 16 Jun 2025 11:15:52 +0100 Subject: [PATCH] Update extract.mdx changed a typo I noticed from "It can controls browser actions and navigates complex website structures..." to "It can control browser actions and navigate complex website structures..." --- features/extract.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/extract.mdx b/features/extract.mdx index f309fa31..ef00e579 100644 --- a/features/extract.mdx +++ b/features/extract.mdx @@ -172,7 +172,7 @@ The `/extract` endpoint now supports extracting structured data using a prompt w ## Using FIRE-1 -FIRE-1 is an AI agent that enhances Firecrawl's scraping capabilities. It can controls browser actions and navigates complex website structures to enable comprehensive data extraction beyond traditional scraping methods. +FIRE-1 is an AI agent that enhances Firecrawl's scraping capabilities. It can control browser actions and navigate complex website structures to enable comprehensive data extraction beyond traditional scraping methods. You can leverage the FIRE-1 agent with the `/v1/extract` endpoint for complex extraction tasks that require navigation across multiple pages or interaction with elements.