Conventions
- Same data as the dashboard. Search tools use the same filters, the same ranking, and the same data as Copyfy Discovery, so a search returns what you would see in the dashboard with the same filters.
-
Read-only. Every tool is annotated
readOnlyHint: trueandidempotentHint: true. None of them changes your account. -
One vocabulary. Arguments are snake_case and shared across tools:
niches,countries,monthly_revenue,page,per_page, and so on. Numeric filters are ranges, written{ "min": 1000, "max": 50000 }. -
Structured results. Each result is returned as
structuredContentand as the same JSON in a text block. Search results have aresultsarray and apaginationobject: -
Dashboard links. Results include a
dashboard_urlthat opens the item in Copyfy. -
Errors. A refused or failed call returns
isError: truewith a stable errorcode. See Errors.