Firecrawl icon

Firecrawl

Get data from Firecrawl API

Overview

This node integrates with the Firecrawl API to retrieve data. It is designed to fetch and transform data from Firecrawl, which can be useful in workflows that require external data enrichment or API-driven content retrieval. Typical use cases include automating data collection from Firecrawl for analytics, reporting, or feeding other systems.

Properties

Name Meaning
Use Custom Body Whether to use a custom body (true/false)

The node supports a single input property named "Use Custom Body" which allows users to specify if they want to send a custom request body when interacting with the Firecrawl API.

Output

The node outputs JSON data retrieved from the Firecrawl API. The structure of the json output field corresponds to the API response format, typically containing the requested data from Firecrawl. There is no indication that the node outputs binary data.

Dependencies

  • Requires an API key credential for authenticating with the Firecrawl API.
  • The base URL for requests is https://api.firecrawl.dev/v1.
  • The node expects JSON content type for both requests and responses.

Troubleshooting

  • Authentication errors: Ensure that a valid API key credential is configured in n8n for the Firecrawl API.
  • Invalid request body: If "Use Custom Body" is enabled, ensure the custom body is correctly formatted as per Firecrawl API specifications.
  • Network issues: Verify network connectivity to https://api.firecrawl.dev/v1.
  • Unexpected API responses: Check if the Firecrawl API service is operational and that the request parameters are valid.

Links and References

Discussion