firecrawl_feedback
Provide structured feedback on Firecrawl v2 scrape, parse, map, or search jobs by rating quality, reporting issues, and adding context. Helps improve future results.
Instructions
Send structured feedback for a completed Firecrawl v2 job. Use this for endpoint-level feedback on scrape, parse, map, or search jobs when the job result was useful, partially useful, or failed to meet expectations.
For search-result quality specifically, prefer firecrawl_search_feedback when available because it has search-focused guidance. This generic tool posts to /v2/feedback and accepts endpoint-wide signals:
endpoint — one of
search,scrape,parse, ormap.jobId — the id returned by that endpoint.
rating — overall result quality:
good,partial, orbad.issues — stable lowercase issue codes such as
missing_markdown,bad_pdf_parse, orwrong_links.tags — optional lowercase tags for grouping feedback.
note — short human-readable context. Do not include huge page contents or raw scrape results.
url, pageNumbers, and metadata — small contextual fields that identify what the feedback refers to.
Do not store multi-MB outputs in feedback. Use concise notes, issue codes, URLs, and page numbers.
Returns: { success, feedbackId, creditsRefunded, creditsRefundedToday?, dailyRefundCap?, dailyCapReached?, alreadySubmitted?, warning? } JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| note | No | ||
| tags | No | ||
| jobId | Yes | ||
| issues | No | ||
| rating | Yes | ||
| endpoint | Yes | ||
| metadata | No | ||
| pageNumbers | No | ||
| missingContent | No | ||
| valuableSources | No | ||
| querySuggestions | No |