Extract data node in n8n.
Hi All
I am new to Firecrawl, and I am setting up my first Firecrawl extract data node in n8n. I can get everything to work in the playground. I copy everything to the node settings, including the JSON schema. When I try to run it in n8n, I get this error:
{ "success": false, "error": "Bad Request", "details": [ { "code": "custom", "message": "Invalid JSON schema.", "path": [ "schema" ] }, { "code": "custom", "message": "When 'extract' or 'json' format is specified, corresponding options must be provided, and vice versa", "path": [] } ] }
If anyone has encountered a similar issue or has any insights, I would be very open to your feedback.
Thank you.
2 Replies
are you sure you're using the correct url in n8n? I could see an api version mismatch outputting this error message.
That error message suggests that the format of your request is bad