Business Services
Trustpilot logo

Trustpilot API

trustpilot.com

Trustpilot - company search, profiles with ratings, customer reviews, and categories.

Actions
5
Category
Business Services
Login
Not required
Output
JSON

Call the Trustpilot API

Submit a task, then poll the job until it settles. This example runs tp_category_companies.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "tp_category_companies",
    "params": {
      "category": "bank"
    }
  }'

5 actions on trustpilot.com

Read

  • Category Companies

    tp_category_companiesread1 credit / call

    Returns companies in a category, 20 per page, by category slug.

    category
    string · required
    page
    integer
  • Company Categories

    tp_categoriesread1 credit / call

    Returns all categories and subcategories with slugs for browsing companies by category.

  • Company Details

    tp_company_detailsread2 credits / call

    Returns a full company profile with aggregate rating, review count, address, website, and categories.

    domain
    string · required
  • Company Reviews

    tp_company_reviewsread2 credits / call

    Returns paginated customer reviews with reviewer name, date, headline, text, and rating.

    domain
    string · required
    page
    integer
  • Company Search

    tp_search_companiesread1 credit / call

    Returns companies by name or keyword with domain, star rating, trust score, review count, and location.

    query
    string · required
    page
    integer

Trustpilot API questions

Is there an API for Trustpilot?
Trustpilot does not offer a public data API for this, but Anakin Wire provides 5 maintained endpoints for trustpilot.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Trustpilot data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when trustpilot.com changes its markup, Anakin updates the action.
Do I need a Trustpilot account?
No. Every Trustpilot action listed here runs anonymously — no account and no credentials required.
What does the Trustpilot API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Business Services APIs

All Business Services sites