Submit feedback for a v2 job
Feedback Endpoints
Endpoint Feedback
Submit feedback for a completed v2 endpoint job.
POST
Submit feedback for a v2 job
Use endpoint feedback to tell Firecrawl whether a completed job result was useful, partial, or bad. This is for endpoint-level output quality on jobs such as
scrape, parse, map, and search.
The generic feedback schema can carry search-style fields too, but Search Feedback is the preferred search-specific entry point because it is scoped to a search job ID and highlights valuable sources, missing content, query suggestions, and refund behavior.
Example Request
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Submit feedback for a v2 job. Include at least one substantive signal such as issues, note, valuableSources, missingContent, querySuggestions, url, or pageNumbers.
Available options:
good, partial, bad Available options:
search, scrape, parse, map Maximum array length:
50Maximum array length:
20Maximum string length:
2000Maximum array length:
20Maximum string length:
80Pattern:
^[a-z0-9][a-z0-9_-]*$Maximum array length:
20Maximum string length:
80Pattern:
^[a-z0-9][a-z0-9_-]*$Maximum string length:
4000Maximum array length:
100Required range:
x >= 1Small endpoint-specific metadata object. Must be 8KB or smaller; do not include full endpoint results.

