Add verified UK company data to every row.
Give Truing a domain and receive a flat result ready to map into Clay columns. Review states and misses are free.
1. Submit the domain
POST https://api.truingdata.com/v1/clay/enrich-company
Content-Type: application/json
x-api-key: proj_live_...
{ "domain": "{{Domain}}" }Skip the request when your Domain column is empty. Known domains complete immediately. Fresh domains return a status_url.
2. Retrieve a fresh result
GET https://api.truingdata.com{{status_url}}
x-api-key: proj_live_...Add this as a conditional HTTP API column when status_url exists. Polling never uses another resolution.
3. Map the result
Map fields under result. Useful columns include company_name, company_number, company_status, registered_postcode, accounts_type, accounts_next_due, has_active_charges and match_confidence.
4. Keep uncertain rows visible
matchedVerified company data is ready to map.
1 resolutionneeds_reviewPossible matches need review.
freeno_matchNo reliable UK company was found.
freescrape_failedThe domain could not be read.
freeThe copyable Clay table template will be added after the 100-row acceptance run. The HTTP setup above is available now.