visibility

POST /v1/visibility/targets/{targetId}/review-profile-lookup

Search the review sites for this business.

All visibility endpoints

All developer docs

Authentication

Send an API key as a bearer token. This endpoint does not state a specific permission in the specification, so give your key the least it needs and check the response rather than assuming.

This endpoint takes no organisation id. Your key already identifies the organisation it belongs to, and the response is scoped to it.

Try it

Replace anything in angle brackets with your own values, and the key placeholder with a key from your dashboard.

curl -X POST https://api.zinndigital.com/v1/visibility/targets/{targetId}/review-profile-lookup \
  -H "Authorization: Bearer zdk_live_…" \
  -H "Content-Type: application/json" \
  -d '{  }'

Signed in? The API console in your dashboard fills in your real organisation id and your own key, and runs the request against the live API so you can see the actual response. Open this endpoint in the API console

Details

Starts a search of Google, Trustpilot and Tripadvisor for the business and returns 202 with the target, its profile_lookup.status now running. The candidates land in profile_candidates when the search finishes; poll the target. Nothing is confirmed automatically — confirm with setVisibilityReviewProfiles. Included in the reputation add-on, and refused with 403 for an organisation that does not hold it or is not in good standing. One search runs per target at a time.

Parameters

NameTypeRequiredWhat it is
targetId (path)UuidYesThe watched domain's id.

Request body

NameTypeRequiredWhat it is
querystringNoThe business name. Defaults to the target's brand, label or domain.
locationstringNoA town or country to narrow the search. Defaults to the target's market.

Response

NameTypeRequiredWhat it is
idUuidYesUUIDv7 identifier — sortable by creation time (docs/02 §8).
domainstringYesThe hostname
labelstringNoThe customer's own label for this domain.
brandstringNoThe trading name to look for in an answer engine's reply. Genuinely separate from the domain — an answer that recommends a business by name without printing its URL has still…
categorystringNoWhat this business sells, in the customer's own words. The questions asked of the answer engines are built from it, so it is the single field that decides whether an AI-visibility…
marketstringNoWhere the business sells. Used with category to build the questions.
is_externalbooleanYesTrue when this is not one of this organisation's own domains — a competitor or a prospect. Only external targets count against the plan's allowance. A domain is the organisation's…
site_idstringNoThe site this target corresponds to, when it is one of ours.
kindsVisibilityAuditKind[]Yes
cadence_daysintegerYesDays between scheduled audits. 0 means paused — not deleted. History and settings survive and it resumes with no further action.
next_due_atstringNo
last_audit_atstringNo
review_profilesReviewProfile[]No
profile_candidatesReviewProfile[]NoWhat the last lookupVisibilityReviewProfiles search found. Candidates only — the reputation check reads review_profiles, and a candidate becomes one when the customer confirms…
profile_lookupobjectNoThe last review-profile search's state. Empty when none was ever run.
productsTrackedProduct[]NoThe products this organisation has asked us to price-track.
merchant_namesstring[]NoHow this business appears as a seller on the marketplaces. Confirmed by the customer and never inferred: Google Shopping publishes a seller name and no domain on its listings,…
keywordsTrackedKeyword[]NoThe search phrases this organisation tracks its position for. Customer-supplied and never derived: asking a vendor which phrases a domain already ranks for would return exactly…

Errors this endpoint can return

401 · 403 · 404 · 422 · 503