With these Public Tools, you can search web pages, retrieve result snippets, and extract content in multiple formats such as markdown, HTML, links, screenshots, or PDF files.
-
com.globant.geai.firecrawl.web_scraper: Scrapes content from a given web page and can handle many sites that attempt to block scraping. It can also capture full-page screenshots and retrieve and parse PDFs available on the web. You must provide a URL or you can use it together with com.globant.geai.firecrawl.web_search.
-
com.globant.geai.firecrawl.web_search: Searches the web and returns short text snippets from the top results. It is recommended to use it together with com.globant.geai.firecrawl.web_scraper.
Before using these Tools, you must obtain an API key from Firecrawl and register it as a Secret in your Project.
- Go to https://www.firecrawl.dev/app and sign in. Your API key is created automatically and shown in your dashboard. Copy the key.
- In Console, open the Project where you will use this Tool and create a new Secret. Follow the steps in How to create a Secret.
- In the Name field, enter a descriptive name (for example, firecrawl_api_token). You will reference this name in the Authorization parameter of the Tool.
- In the Value field, type Bearer followed by a space, and then paste your Firecrawl API key string.
- Confirm to save the Secret.
Inside the Agent you are creating, go to the AI & Tools Tab, select the Tools and Agents section, and click + Add. In the left pane, select the desired Tool. Then click on the Tool in the left pane to view the required parameters, and complete the following.
- Authorization: Name of the Secret that stores the API key (for example, firecrawl_api_token).
Since version 2025-07.