Skip to main content
POST
Each unique search term consumes one discovery credit for the selected channel. Failed starts and completed public searches with zero results are refunded automatically. Searches whose results were later shortlisted are not refunded.

Body Parameters

string
required
Search name. Must be between 1 and 120 characters.
string
required
How search terms are interpreted. Valid values: topic, competitor.
string[]
required
Topic queries or competitor names. Minimum 1 term, maximum 50. Each term must be between 1 and 200 characters. Duplicate terms are searched and charged only once.
string
required
Channel to search. Valid values: websites, youtube, reddit, instagram, tiktok, linkedin, facebook, x, medium, substack.
string
default:"2840"
Location code as a digit string. Default 2840 is the United States.
string
default:"en"
Two-letter language code. Default en.
string[]
default:"[]"
Domains to exclude. Maximum 100 items. Each domain is at most 253 characters. Defaults to an empty list.

Response

The response includes the created Finder search. Processing continues asynchronously.
boolean
Always true for successful responses
object
The created Finder search object.

Errors

Notes

  • Requires the write:finder permission.
  • Use GET /v1/finder/searches to poll status, then GET /v1/finder/searches/{id}/results to read discovered opportunities.