Hosted scraping sends the complete target URL to a third-party service
Source references: 3The Skill requires an API key for hosted Firecrawl requests and directs the application to call `/scrape` for an existing URL. If that URL contains signed query parameters, access tokens, internal identifiers, or other secrets, those values are submitted to Firecrawl as part of the target. The supplied instructions do not require sanitizing or restricting URLs first.
Firecrawl and its request logs could receive URL data intended only for the user or application. A token-bearing URL may grant access to private files or account resources.
The Skill's intended operation submits an application-supplied URL to `/scrape`, and hosted Firecrawl requests require an API key. It gives no URL-sanitization rule. If the application supplies a URL containing signed parameters, tokens, or internal identifiers, the hosted service could receive them. The source does not show that any data was actually sent, and the optional self-hosted endpoint changes the recipient. Users can ask for host/scheme allowlists, sensitive-query stripping, and clear hosted-service data-handling terms.
inputs: - name: FIRECRAWL_API_KEY description: Firecrawl API key for hosted Firecrawl requests. required: true - name: FIRECRAWL_API_URL description: Optional base URL for self-hosted Firecrawl deployments. required: falsereferences:Show 2 other places
Use this when the application already has the URL and needs content from one page.- `cachedAt` — ISO timestamp of the reused copy, present on a `"hit"`.- `sourceURL` — the URL you requested.- `url` — the URL the response came from. Differing values mean the request was redirected. Equal values are not proof that no redirect occurred, because