Use this comprehensive and simple API to search Trustpilot for companies and categories, get reviews and reviewers information.
Search for companies / businesses on Trustpilot. Supports pagination and rating and review count filters.
Company Search - Endpoint Features
| Object | Description |
|---|---|
min_rating |
Optional Only return companies with at least the specified rating. Default: any Allowed values: any, 3, 4, 4.5 |
min_review_count |
Optional Only return companies with at least the specified number of reviews. Default: any Allowed values: any, 25, 50, 100, 250, 500 |
locale |
Optional Locale code to use. Corresponds to the country selector on the Trustpilot website footer. Default: en-US Allowed values: da-DK, de-AT, de-CH, de-DE, en-AU, en-CA, en-GB, en-IE, en-NZ, en-US, es-ES, fi-FI, fr-BE, nl-BE, fr-FR, it-IT, ja-JP, nb-NO, nl-NL, pl-PL, pt-BR, pt-PT, sv-SE |
query |
[Required] Search query / keyword |
page |
Optional The page to return (each page includes up to 10 results). Default: 1 Allowed values: positive integers Default: 1 |
{
"status": "OK",
"request_id": "71896d49-9099-442b-b93c-a119656d86d0",
"parameters": {
"query": "bestbuy",
"locale": "en-US",
"page": "1"
},
"data": {
"companies": [
{
"company_id": "46d47dac000064000500c460",
"name": "Best Buy",
"domain": "www.bestbuy.com",
"review_count": 5280,
"trust_score": 1.3,
"rating": 1.5,
"categories": [
{
"id": "promotional_items_store",
"name": "Promotional Item Store"
},
{
"id": "business_to_business_service",
"name": "Business to Business Service"
}
],
"website": "http://www.bestbuy.com"
},
{
"company_id": "4bdbfc89000064000505764c",
"name": "Bestbuy",
"domain": "www.bestbuy.co.uk",
"review_count": 30,
"trust_score": 1.5,
"rating": 1.5,
"categories": [
{
"id": "electronics_technology",
"name": "Electronics & Technology"
}
],
"website": "http://www.bestbuy.co.uk"
},
{
"company_id": "4bdc3bc50000640005059eed",
"name": "Bestbuy",
"domain": "www.bestbuy.no",
"review_count": 8,
"trust_score": 2.2,
"rating": 2,
"categories": [
{
"id": "electronics_technology",
"name": "Electronics & Technology"
}
],
"website": "http://www.bestbuy.no"
},
{
"company_id": "5eab2391edd8020001797f88",
"name": "Bestbuy Softwares",
"domain": "bestbuy-softwares.com",
"review_count": 236,
"trust_score": 4.7,
"rating": 4.5,
"categories": [
{
"id": "software_vendor",
"name": "Software Vendor"
}
],
"website": "https://www.yourcadstore.com/eshop/index.php",
"city": "Los Angeles",
"country": "United States"
},
{
"company_id": "59d1fb9f0000ff0005ac935d",
"name": "Bestbuyiptv",
"domain": "bestbuyiptv.com",
"review_count": 516,
"trust_score": 1.5,
"rating": 1.5,
"categories": [
{
"id": "marketing_agency",
"name": "Marketing Agency"
}
],
"email": "[email protected]",
"logo": "https://s3-eu-west-1.amazonaws.com/tpd/logos/59d1fb9f0000ff0005ac935d/0x0.png",
"website": "http://bestbuyiptv.com",
"address": "703 1st Ave E",
"city": "Newton, Palo Alto, IA",
"country": "United States"
},
{
"company_id": "5440050600006400057af746",
"name": "Best Buy Canada",
"domain": "bestbuy.ca",
"review_count": 1156,
"trust_score": 1.4,
"rating": 1.5,
"categories": [
{
"id": "electronics_technology",
"name": "Electronics & Technology"
}
],
"website": "http://bestbuy.ca"
},
{
"company_id": "4b98ce3f0000640005054c5e",
"name": "bestbuy-officechairs",
"domain": "www.bestbuy-officechairs.co.uk",
"review_count": 393,
"trust_score": 4.5,
"rating": 4.5,
"categories": [
{
"id": "office_furniture_store",
"name": "Office Furniture Store"
},
{
"id": "office_supply_store",
"name": "Office Supply Store"
},
{
"id": "office_refurbishment_service",
"name": "Office Refurbishment Service"
},
{
"id": "office_equipment_supplier",
"name": "Office Equipment Supplier"
}
],
"phone": "0800 042 4777",
"email": "[email protected]",
"website": "https://www.bestbuy-officechairs.co.uk",
"address": "Suite 10 Enterprise House,Southbank Business Park,",
"city": "Kirkintilloch",
"country": "United Kingdom"
},
{
"company_id": "54d104520000ff00057d2ce7",
"name": "Bestbuy",
"domain": "bestbuy.dk",
"review_count": 6,
"trust_score": 2.5,
"rating": 2.5,
"categories": [
{
"id": "electronics_technology",
"name": "Electronics & Technology"
}
],
"website": "http://bestbuy.dk",
"country": "Denmark"
},
{
"company_id": "4bc7c7150000640005055848",
"name": "Best buy Sweden",
"domain": "bestbuysweden.com",
"review_count": 31,
"trust_score": 2.7,
"rating": 2.5,
"categories": [
{
"id": "business_services",
"name": "Business Services"
}
],
"phone": "040-6152251",
"email": "[email protected]",
"website": "http://bestbuysweden.com",
"city": "Malmö",
"country": "Sweden"
},
{
"company_id": "64d27e69f282bf16d4fa9afa",
"name": "Bestbuy",
"domain": "bestbuy.jo",
"review_count": 0,
"trust_score": 0,
"rating": 0,
"categories": [],
"website": "http://bestbuy.jo",
"country": "Jordan"
}
],
"total_companies": 87
}
}
curl --location --request GET 'https://zylalabs.com/api/7342/real+time+trustpilot+data+api/11673/company+search?min_rating=any&min_review_count=any&locale=en-US&query=bestbuy&page=1' --header 'Authorization: Bearer YOUR_API_KEY'
Get the full details of a specific company by company domain.
Company Details - Endpoint Features
| Object | Description |
|---|---|
company_domain |
[Required] The domain of the company for which to get details. Example: gossby.com |
locale |
Optional Locale code to use. Corresponds to the country selector on the Trustpilot website footer. Default: en-US Allowed values: da-DK, de-AT, de-CH, de-DE, en-AU, en-CA, en-GB, en-IE, en-NZ, en-US, es-ES, fi-FI, fr-BE, nl-BE, fr-FR, it-IT, ja-JP, nb-NO, nl-NL, pl-PL, pt-BR, pt-PT, sv-SE |
{
"status": "OK",
"request_id": "8a1e6904-d178-4846-ad31-4d97810f87fc",
"parameters": {
"company_domain": "gossby.com",
"locale": "en-US"
},
"data": {
"company": {
"company_id": "5dc962f10fdaf000012b2f08",
"name": "Gossby",
"domain": "gossby.com",
"review_count": 34287,
"trust_score": 4.5,
"rating": 4.5,
"categories": [
{
"id": "hobby_store",
"name": "Hobby Store"
},
{
"id": "clothing_store",
"name": "Clothing Store"
},
{
"id": "gift_shop",
"name": "Gift Shop"
}
],
"phone": "(585) 366 8846",
"email": "[email protected]",
"logo": "https://s3-eu-west-1.amazonaws.com/tpd/logos/5dc962f10fdaf000012b2f08/0x0.png",
"website": "https://gossby.com",
"address": "6901 Riverport Dr",
"city": "Louisville",
"country": "US",
"about_company": "At Gossby, we strive for meeting your specific requirements for beautifully-designed and unique personalized products, including mugs and canvas. Open the door to the world of custom-made products with a diverse number of topics updated regularly - family, best friends, animals/pets, sisters, and so much more!\nWe provide personalized mugs and canvas with a wide variety of custom-made choices, from hairstyles, clothes, skin colors, quotes, and many more. Various topics to choose from: family mugs, best friends mugs, sisters mugs, animals mugs, etc.",
"is_closed": false,
"is_temporarily_closed": false,
"is_claimed": true,
"is_verified": false,
"is_verified_by_google": true,
"is_verified_payment_method": false,
"is_verified_user": true,
"is_paid": false,
"is_asking_for_reviews": false,
"average_days_to_reply": 0.31,
"negative_review_count": 187,
"negative_review_count_with_reply": 187,
"reply_to_negative_review_percent": 100
},
"rating_distribution": {
"1": 3616,
"2": 943,
"3": 1323,
"4": 2583,
"5": 25822
},
"review_language_distribution": {
"български": 1,
"català": 1,
"čeština": 10,
"dansk": 51,
"Deutsch": 162,
"Ελληνικά": 2,
"English": 31527,
"español": 231,
"eesti": 2,
"suomi": 4,
"français": 348,
"hrvatski": 2,
"magyar": 6,
"italiano": 156,
"עברית": 1,
"日本語": 1,
"Nederlands": 74,
"norsk": 17,
"polski": 11,
"português": 17,
"română": 1,
"русский": 5,
"svenska": 17,
"root": 2,
"Tiếng Việt": 1
}
}
}
curl --location --request GET 'https://zylalabs.com/api/7342/real+time+trustpilot+data+api/11674/company+details?company_domain=gossby.com&locale=en-US' --header 'Authorization: Bearer YOUR_API_KEY'
Get all company reviews with extensive filtering and capabilities and pagination support. Supports the filters / options seen on Trustpilot company reviews pages (e.g. https://trustpilot.com/review/gossby.com).
Company Reviews - Endpoint Features
| Object | Description |
|---|---|
company_domain |
[Required] The domain of the company for which to get reviews. Example: gossby.com |
page |
Optional The page to return (each page includes up to 20 results). Default: 1 Allowed values: positive integers |
verified |
Optional Only return verified reviews |
with_replies |
Optional Only return reviews with owner replies |
sort |
Optional How to sort the reviews in the results. Default: most_relevant Allowed values: most_relevant, recency |
date_posted |
Optional Return reviews posted in specific time ranges. Default: any Allowed values: any, last_12_months, last_6_months, last_3_months, last_30_days |
query |
Optional Return reviews matching a specific query / keyword. |
rating |
Optional Only return reviews with certain ratings. Can take a single value or comma separated list of ratings. Allowed values: 1, 2, 3, 4, 5 Example: 4,5 |
locale |
Optional Locale code to use. Corresponds to the country selector on the Trustpilot website footer. Default: en-US Allowed values: da-DK, de-AT, de-CH, de-DE, en-AU, en-CA, en-GB, en-IE, en-NZ, en-US, es-ES, fi-FI, fr-BE, nl-BE, fr-FR, it-IT, ja-JP, nb-NO, nl-NL, pl-PL, pt-BR, pt-PT, sv-SE |
{"status":"OK","request_id":"c47d90d4-7e22-4cdb-9175-3a0559814437","parameters":{"company_domain":"gossby.com","locale":"en-US","date_posted":"any","page":"1"},"data":{"reviews":[{"review_id":"686fceec606fccbc1734acf2","review_title":"Poor quality item and customer service…","review_text":"Poor quality item and customer service wasn't great either. Won't ever order from here again ","review_rating":1,"review_is_verified":false,"review_is_pending":false,"review_likes":0,"review_language":"en","review_time":"2025-07-10T16:32:12.000Z","review_experienced_time":"2025-07-07T00:00:00.000Z","reply_text":"Hi Kelly,\nI am Kim from the Customer Service team of Gossby. Thank you so much for spending time to give feedback about your experience. Please accept my deepest apologies for the issue. I'd be grateful if you could provide me with additional details regarding the experience you had so I can detect the issue clearly and assist you further. \nAn email has been sent to you from [email protected]. I am more than happy to make things right for you and look forward to hearing from you soon. Thank you!","consumer_id":"686fcee34e662d5e52648249","consumer_name":"Kelly Fontaine","consumer_review_count":1,"consumer_country":"US","consumer_is_verified":false,"consumer_review_count_same_domain":1},{"review_id":"686e7b19126bd31e27686afd","review_title":"My Grandson loved the puzzle","review_text":"My Grandson loved the puzzle. It looks just like him and has his favorite construction equipment. \n\nGood job.","review_rating":5,"review_is_verified":false,"review_is_pending":false,"review_likes":0,"review_language":"en","review_time":"2025-07-09T16:22:17.000Z","review_experienced_time":"2025-07-04T00:00:00.000Z","reply_text":"You are more than welcome, Tim! Thank you very much indeed for taking the time to leave us a review. We hope that you will have lots of great moments with Gossby and we look forward to serving you for many years to come. \nLet's join our vibrant community on Facebook for exclusive offers, contests, and heartwarming stories: https://www.facebook.com/groups/gossbybuddies. See you!\n- Luna - ","consumer_id":"686e7b0d18a3fc40a601a49d","consumer_name":"Tim M. Heagarty","consumer_image":"https://user-images.trustpilot.com/686e7b0d18a3fc40a601a49d/73x73.png","consumer_review_count":1,"consumer_country":"US","consumer_is_verified":false,"consumer_review_count_same_domain":1},{"review_id":"686e492260a76fc6ff6ba514","review_title":"Mugs ","review_text":"The mugs I purchased for my coworkers were a big hit! The quality is excellent! The only reason I didn’t give it 5 stars is because the shipping is expensive.","review_rating":4,"review_is_verified":false,"review_is_pending":false,"review_likes":0,"review_language":"en","review_time":"2025-07-09T12:49:06.000Z","review_experienced_time":"2025-04-24T00:00:00.000Z","reply_text":"Thank you for the kind words, Lisa! We’re so happy that our products can bring you joy and happiness! We’d love to continue providing great service to awesome customers like you. About the shipping cose, it is auto-calculated by the shipping carrier, depending on your shipping address and the weight of the package so we hope for your kind empathy in this situation. Anyway, thank you so much for taking time to leave us the review. \nDon't forget to join our vibrant community on Facebook for exclusive offers, contests, and heartwarming stories: https://www.facebook.com/groups/gossbybuddies. See you there. \n- Luna - ","consumer_id":"683364d74e662d135e23b94a","consumer_name":"Lisa Howe","consumer_image":"https://user-images.trustpilot.com/683364d74e662d135e23b94a/73x73.png","consumer_review_count":2,"consumer_country":"US","consumer_is_verified":false,"consumer_review_count_same_domain":1},{"review_id":"686e488794188a26f17ea2a5","review_title":"Pleased with my purchase","review_text":"Pleased with my purchase, ease of service and quality of product","review_rating":5,"review_is_verified":false,"review_is_pending":false,"review_likes":0,"review_language":"en","review_time":"2025-07-09T12:46:32.000Z","review_experienced_time":"2025-06-27T00:00:00.000Z","reply_text":"Hi Jeri, thank you so much for this lovely review, we are so happy to hear you had such a good experience with us and that we were able to assist you in creating what you were looking for! Your kind words really lighten up our day! We wish you all the best things.\nDon't forget to join our vibrant community on Facebook for exclusive offers, contests, and heartwarming stories: https://www.facebook.com/groups/gossbybuddies. See you then! \n- Luna - ","consumer_id":"68172a954db5a04687e81ca0","consumer_name":"Jeri Schwartz","consumer_image":"https://user-images.trustpilot.com/68172a954db5a04687e81ca0/73x73.png","consumer_review_count":2,"consumer_country":"US","consumer_is_verified":false,"consumer_review_count_same_domain":1},{"review_id":"68699bb7f1b32c67962db4a3","review_title":"Best service","review_text":"Very professional, very understanding and very prompt. I have a new born and even though I triple checked and more my baby brain still messed it up. They understood my issue and sent a replacement. I received my 1st one (the 1 i messed up) within a couple weeks... granted I live in Canada so customs can take some time. I highly recommend them and will definitely be a returning customer. ","review_rating":5,"review_is_verified":false,"review_is_pending":false,"review_likes":0,"review_language":"en","review_time":"2025-07-05T23:40:07.000Z","review_experienced_time":"2025-07-05T00:00:00.000Z","reply_text":"You are more than welcome, Jenn! Thank you very much indeed for taking the time to leave us a review. We hope that you will have lots of great moments with us and we look forward to serving you for many years to come. \nLet's join our vibrant community on Facebook for exclusive offers, contests, and heartwarming stories: https://www.facebook.com/groups/gossbybuddies. See you! \n- Luna - ","consumer_id":"68699bb04e662d74ec5da1ac","consumer_name":"Jenn Wallace","consumer_image":"https://user-images.trustpilot.com/68699bb04e662d74ec5da1ac/73x73.png","consumer_review_count":1,"consumer_country":"CA","consumer_is_verified":false,"consumer_review_count_same_domain":1},{"review_id":"686885a2f387a16c46de838f","review_title":"Fast shipping and good communication","review_text":"Fast shipping and good communication! I highly recommend!!!!","review_rating":5,"review_is_verified":false,"review_is_pending":false,"review_likes":0,"review_language":"en","review_time":"2025-07-05T03:53:38.000Z","review_experienced_time":"2025-07-02T00:00:00.000Z","reply_text":"Hi Amanda, thank you so much for this lovely review, we are so happy to hear you had such a good experience with us and that we were able to assist you in creating what you were looking for! Your kind words really lighten up our day! We wish you all the best things.\nDon't forget to join our vibrant community on Facebook for exclusive offers, contests, and heartwarming stories: https://www.facebook.com/groups/gossbybuddies. See you then!\n- Luna -","consumer_id":"686885858a5375f3e788baeb","consumer_name":"Amanda","consumer_review_count":1,"consumer_country":"US","consumer_is_verified":false,"consumer_review_count_same_domain":1},{"review_id":"686468f4f5d9d79d8326e937","review_title":"Great customer service","review_text":"Highly recommend! I got the Zelda shirt for a Father’s Day gift. We love it. They give such great options for hair, it really looks like them!\n\nThey have great customer service. I accidentally messed up and got my kid’s names reversed. I contacted them, and they were very kind and they sent me another one with the error fixed. Free of charge, aside from shipping. ","review_rating":5,"review_is_verified":false,"review_is_pending":false,"review_likes":0,"review_language":"en","review_time":"2025-07-02T01:02:12.000Z","review_experienced_time":"2025-06-30T00:00:00.000Z","reply_text":"We are so happy to hear that you are satisfied with our product and service, Masako. It's great to see our efforts mean something to you. Surely, we'll pass on the good news to our colleagues. This is a huge motivation for us to keep doing our job and providing more types of products to our valued customers.\nJoin our vibrant community on Facebook for exclusive offers, contests, and heartwarming stories: https://www.facebook.com/groups/gossbybuddies. See you then!","consumer_id":"686468e018a3fc8fb4f6bf04","consumer_name":"Masako Turnbow","consumer_image":"https://user-images.trustpilot.com/686468e018a3fc8fb4f6bf04/73x73.png","consumer_review_count":1,"consumer_country":"US","consumer_is_verified":false,"consumer_review_count_same_domain":1},{"review_id":"6864127af808104f230ac900","review_title":"Highly recommend","review_text":"Very friendly, professional, and wonderful customer service! My husband and daughters love the personalized puzzle that I purchased!","review_rating":5,"review_is_verified":false,"review_is_pending":false,"review_likes":0,"review_language":"en","review_time":"2025-07-01T18:53:14.000Z","review_experienced_time":"2025-07-01T00:00:00.000Z","reply_text":"We are so happy to hear that you are satisfied with our product and service, Danielle. It's great to see our efforts mean something to you. Surely, we'll pass on the good news to our colleagues. This is a huge motivation for us to keep doing our job and providing more types of products to our valued customers.\n\nJoin our vibrant community on Facebook for exclusive offers, contests, and heartwarming stories: https://www.facebook.com/groups/gossbybuddies. See you then! -Km","consumer_id":"686412764e662d378e578874","consumer_name":"Danielle Shibuya","consumer_image":"https://user-images.trustpilot.com/686412764e662d378e578874/73x73.png","consumer_review_count":1,"consumer_country":"US","consumer_is_verified":false,"consumer_review_count_same_domain":1},{"review_id":"68638d29b6c652ee1bef78da"}]},"_note":"Response truncated for documentation purposes"}
curl --location --request GET 'https://zylalabs.com/api/7342/real+time+trustpilot+data+api/11675/company+reviews?company_domain=gossby.com&page=1&verified=false&with_replies=false&sort=most_relevant&date_posted=last_12_months&query=good&rating=3,4&locale=en-US' --header 'Authorization: Bearer YOUR_API_KEY'
Get the full list of companies in a specific company, with extensive filtering capabilities and pagination support. Supports the options / filters available on the best companies in category page (e.g. https://www.trustpilot.com/categories/gaming).
Companies by Category - Endpoint Features
| Object | Description |
|---|---|
category_id |
[Required] The Id of category |
page |
Optional The page to return (each page includes up to 20 results). |
min_rating |
Optional Only return companies with at least the specified rating. Default: any Allowed values: any, 3, 4, 4.5 |
verified |
Optional Only return verified companies / businesses. Default: false |
claimed |
Optional Only return claimed companies / businesses. Default: false |
sort |
Optional How to sort the companies in the results. Default: most_relevant Allowed values: most_relevant, reviews_count, latest_review |
country |
Optional Only return companies / businesses from a specific country, specified as an ISO 639 (alpha-2) country code. Default: the country code of the locale parameter value Allowed values: For a list of supported region/country codes see https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes (Alpha-2 code) |
city_or_zip_code |
Optional City or zip code from which to return companies / businesses. |
locale |
Optional Locale code to use. Corresponds to the country selector on the Trustpilot website footer. Default: en-US Allowed values: da-DK, de-AT, de-CH, de-DE, en-AU, en-CA, en-GB, en-IE, en-NZ, en-US, es-ES, fi-FI, fr-BE, nl-BE, fr-FR, it-IT, ja-JP, nb-NO, nl-NL, pl-PL, pt-BR, pt-PT, sv-SE |
{"status":"OK","request_id":"51f844c5-f006-4cc3-952f-22978babe318","parameters":{"category_id":"software_company","locale":"en-US","min_rating":"any","page":"1"},"data":{"companies":[{"company_id":"5c0aad580b068b0001e14acb","name":"Jersey Watch","domain":"jerseywatch.com","review_count":1021,"trust_score":5,"rating":5,"categories":[{"id":"business_to_business_service","name":"Business to Business Service"},{"id":"software_company","name":"Software Company"}],"email":"[email protected]","logo":"https://s3-eu-west-1.amazonaws.com/tpd/screenshotlogo-domain/5c0aad580b068b0001e14acb/198x149.png","website":"http://www.jerseywatch.com","address":"1311 Vine Street","city":"Cincinnati","country":"United States","recommended_in_category":true},{"company_id":"5f914f1d73751f000195e382","name":"MotionVFX","domain":"www.motionvfx.com","review_count":990,"trust_score":5,"rating":5,"categories":[{"id":"film_and_video_producer","name":"Film and Video Producer"},{"id":"software_company","name":"Software Company"},{"id":"graphic_designer","name":"Graphic Designer"}],"email":"[email protected]","logo":"https://s3-eu-west-1.amazonaws.com/tpd/screenshotlogo-domain/5f914f1d73751f000195e382/198x149.png","website":"http://www.motionvfx.com","country":"United States","recommended_in_category":true},{"company_id":"59550f8a0000ff0005a59c3f","name":"SquadLocker","domain":"squadlocker.com","review_count":7557,"trust_score":4.9,"rating":5,"categories":[{"id":"sportswear_store","name":"Sportswear Store"},{"id":"activewear_store","name":"Activewear Store"},{"id":"printed_clothing_store","name":"Printed Clothing Store"},{"id":"custom_t_shirt_store","name":"Custom T-Shirt Store"},{"id":"uniform_store","name":"Uniform Store"},{"id":"software_company","name":"Software Company"}],"phone":"1-888-885-6253","email":"[email protected]","logo":"https://s3-eu-west-1.amazonaws.com/tpd/screenshotlogo-domain/59550f8a0000ff0005a59c3f/198x149.png","website":"http://squadlocker.com","address":"240 Bald Hill Road","city":"Warwick","country":"United States","recommended_in_category":true},{"company_id":"4f6445b8000064000513bf3a","name":"StudentDiscounts.com","domain":"studentdiscounts.com","review_count":4144,"trust_score":4.9,"rating":5,"categories":[{"id":"software_company","name":"Software Company"},{"id":"computer_accessories_store","name":"Computer Accessories Store"}],"phone":"8777627876","email":"[email protected]","logo":"https://s3-eu-west-1.amazonaws.com/tpd/screenshotlogo-domain/4f6445b8000064000513bf3a/198x149.png","website":"http://studentdiscounts.com/","address":"1461 W. Center Str.","city":"Orem","country":"United States","recommended_in_category":true},{"company_id":"61acbbe7296732d7cb6b924a","name":"Lawfully","domain":"lawfully.com","review_count":3636,"trust_score":4.9,"rating":5,"categories":[{"id":"software_company","name":"Software Company"},{"id":"immigration_attorney","name":"Immigration Attorney"},{"id":"legal_services","name":"Legal Services"},{"id":"immigration_and_naturalization_service","name":"Immigration and Naturalization Service"},{"id":"internet_shop","name":"Internet Shop"},{"id":"lawyer","name":"Lawyer"}],"email":"[email protected]","logo":"https://s3-eu-west-1.amazonaws.com/tpd/screenshotlogo-domain/61acbbe7296732d7cb6b924a/198x149.png","website":"https://www.lawfully.com","city":"New York City","country":"United States","recommended_in_category":true},{"company_id":"5c393ab557c5e20001ebcf7d","name":"DamnModz","domain":"damnmodz.com","review_count":3471,"trust_score":4.9,"rating":5,"categories":[{"id":"game_store","name":"Game Store"},{"id":"gaming_service_provider","name":"Gaming service Provider"},{"id":"video_game_store","name":"Video Game Store"},{"id":"software_company","name":"Software Company"},{"id":"hobby_store","name":"Hobby Store"}],"logo":"https://s3-eu-west-1.amazonaws.com/tpd/screenshotlogo-domain/5c393ab557c5e20001ebcf7d/198x149.png","website":"http://damnmodz.com","country":"United States","recommended_in_category":true},{"company_id":"5a24f7b30000ff0005b25085","name":"ASAP Utilities","domain":"asap-utilities.com","review_count":3063,"trust_score":4.9,"rating":5,"categories":[{"id":"software_company","name":"Software Company"},{"id":"computer_accessories_store","name":"Computer Accessories Store"}],"email":"[email protected]","logo":"https://s3-eu-west-1.amazonaws.com/tpd/screenshotlogo-domain/5a24f7b30000ff0005b25085/198x149.png","website":"https://www.asap-utilities.com","address":"Molenweg 242","city":"Zwolle","country":"United States","recommended_in_category":true},{"company_id":"5942b0540000ff0005a4a45a","name":"Setmore","domain":"setmore.com","review_count":2717,"trust_score":4.9,"rating":5,"categories":[{"id":"software_company","name":"Software Company"},{"id":"business_to_business_service","name":"Business to Business Service"}],"phone":"+1 800 749 4920","email":"[email protected]","logo":"https://s3-eu-west-1.amazonaws.com/tpd/screenshotlogo-domain/5942b0540000ff0005a4a45a/198x149.png","website":"https://setmore.com","address":"1033 Southeast Main Street #5","city":"Portland","country":"United States","recommended_in_category":true},{"company_id":"6229677f224119b3fb1549ec","name":"Online Notary Center ","domain":"onlinenotarycenter.com","review_count":1075,"trust_score":4.9,"rating":5,"categories":[{"id":"notary_public","name":"Notary Public"},{"id":"software_company","name":"Software Company"}],"phone":"(800) 809-7019","email":"[email protected]","logo":"https://s3-eu-west-1.amazonaws.com/tpd/screenshotlogo-domain/6229677f224119b3fb1549ec/198x149.png","website":"https://www.onlinenotarycenter.com","address":"15300 Ventura Blvd. Ste 400","city":"Sherman Oaks","country":"United States","recommended_in_category":true},{"company_id":"5ca43162a72b3300019555ef","name":"AirDNA","domain":"www.airdna.co","review_count":859,"trust_score":4.9,"rating":5,"categories":[{"id":"vacation_rental","name":"Vacation Rental"},{"id":"software_company","name":"Software Company"}],"phone":"+1 720 372 2318","email":"[email protected]","logo":"https://s3-eu-west-1.amazonaws.com/tpd/screenshotlogo-domain/5ca43162a72b3300019555ef/198x149.png","website":"http://www.airdna.co","address":"1507 Blake St","city":"Denver","country":"United States","recommended_in_category":true},{"company_id":"647626eb84deb44114a460da","name":"PrimeLicense","domain":"primelicense.com","review_count":701,"trust_score":4.9,"rating":5,"categories":[{"id":"software_vendor","name":"Software Vendor"},{"id":"computer_software_store","name":"Computer Software Store"},{"id":"software_company","name":"Software Company"},{"id":"e_commerce_service","name":"e-Commerce Service"}],"phone":"+39 3279948068","email":"[email protected]","logo":"https://s3-eu-west-1.amazonaws.com/tpd/screenshotlogo-domain/647626eb84deb44114a460da/198x149.png","website":"https://www.primelicense.com/","address":"3422 Old Capitol Trail, Suite 424","city":"Wilmington","country":"United States","recommended_in_category":true},{"company_id":"64d3c634f282bf16d4fab86c","name":"MediaPlace","domain":"mediaplace.io","review_count":595,"trust_score":4.9,"rating":5,"categories":[{"id":"software_company","name":"Software Company"}],"email":"[email protected]","logo":"https://s3-eu-west-1.amazonaws.com/tpd/screenshotlogo-domain/64d3c634f282bf16d4fab86c/198x149.png","website":"http://mediaplace.io","address":"Maesto LLC, 10620 Treena St #230","city":"San Diego","country":"United States","recommended_in_category":true},{"company_id":"62d855dd326019737dcbd9b3","name":"MediaHuman","domain":"www.mediahuman.com","review_count":346,"trust_score":4.9,"rating":5,"categories":[{"id":"software_company","name":"Software Company"},{"id":"software_vendor","name":"Software Vendor"}],"email":"[email protected]","logo":"https://s3-eu-west-1.amazonaws.com/tpd/screenshotlogo-domain/62d855dd326019737dcbd9b3/198x149.png","website":"https://www.mediahuman.com","address":"30 N Gould St, Ste R","city":"Sheridan","country":"United States","recommended_in_category":true},{"company_id":"655651c8493229b0dd75bd9f","name":"Track My Visa Now","domain":"trackmyvisanow.com","review_count":310,"trust_score":4.9,"rating":5,"categories":[{"id":"software_company","name":"Software Company"},{"id":"immigration_and_naturalization_service","name":"Immigration and Naturalization Service"},{"id":"applicant_tracking_system","name":"Applicant Tracking System"}],"email":"[email protected]","logo":"https://s3-eu-west-1.amazonaws.com/tpd/screenshotlogo-domain/655651c8493229b0dd75bd9f/198x149.png","website":"http://trackmyvisanow.com","country":"United States","recommended_in_category":true},{"company_id":"5d222bcfede6560001aed8c9","name":"Divi Life","domain":"divilife.com","review_count":238,"trust_score":4.9,"rating":5,"categories":[{"id":"online_marketing_agency","name":"Online Marketing Agency"},{"id":"software_company","name":"Software Company"},{"id":"educational_consultant","name":"Educational Consultant"},{"id":"website_designer","name":"Website Designer"}],"phone":"9493917696","logo":"https://s3-eu-west-1.amazonaws.com/tpd/screenshotlogo-domain/5d222bcfede6560001aed8c9/198x149.png","website":"http://divilife.com","address":"402a W Palm Valley Blvd","city":"Round Rock","country":"United States","recommended_in_category":true},{"company_id":"67c5bd65c4ed5d06f56bc389","name":"Seniorunlocks","domain":"seniorunlocks.shop","review_count":144,"trust_score":4.9,"rating":5,"categories":[{"id":"gaming_service_provider","name":"Gaming service Provider"},{"id":"game_store","name":"Game Store"},{"id":"software_company","name":"Software Company"},{"id":"video_game_store","name":"Video Game Store"}],"email":"[email protected]","logo":"https://s3-eu-west-1.amazonaws.com/tpd/screenshotlogo-domain/67c5bd65c4ed5d06f56bc389/198x149.png","website":"https://seniorunlocks.shop","country":"United States","recommended_in_category":true},{"company_id":"6614291ce2cbbec80faf4887"}]},"_note":"Response truncated for documentation purposes"}
curl --location --request GET 'https://zylalabs.com/api/7342/real+time+trustpilot+data+api/11676/companies+by+category?category_id=software_company&page=1&min_rating=any&verified=false&claimed=false&sort=most_relevant&country=us&city_or_zip_code=new york&locale=en-US' --header 'Authorization: Bearer YOUR_API_KEY'
Get the list of recently reviewed companies is a specific category.
Recently Reviewed Companies in Category - Endpoint Features
| Object | Description |
|---|---|
category_id |
[Required] The ID of the category for which to get the recently reviewed companies. |
locale |
Optional Locale code to use. Corresponds to the country selector on the Trustpilot website footer. Default: en-US Allowed values: da-DK, de-AT, de-CH, de-DE, en-AU, en-CA, en-GB, en-IE, en-NZ, en-US, es-ES, fi-FI, fr-BE, nl-BE, fr-FR, it-IT, ja-JP, nb-NO, nl-NL, pl-PL, pt-BR, pt-PT, sv-SE |
{
"status": "OK",
"request_id": "16487a69-65fb-4574-83b4-6aa68d3d2299",
"parameters": {
"category_id": "software_company",
"locale": "en-US"
},
"data": {
"companies": [
{
"company_id": "4838975d000064000502903a",
"name": "Toluna",
"domain": "www.toluna.com",
"review_count": 168692,
"trust_score": 4.1,
"rating": 4,
"categories": [
{
"id": "market_researcher",
"name": "Market Researcher"
},
{
"id": "online_marketing_agency",
"name": "Online Marketing Agency"
},
{
"id": "media_and_marketing_agency",
"name": "Media and Marketing Agency"
},
{
"id": "software_company",
"name": "Software Company"
},
{
"id": "web_hosting_service",
"name": "Web Hosting Company"
},
{
"id": "media_company",
"name": "Media Company"
}
]
},
{
"company_id": "5d0c048f14862b000154ca1f",
"name": "Quicken",
"domain": "www.quicken.com",
"review_count": 54901,
"trust_score": 3.7,
"rating": 3.5,
"categories": [
{
"id": "software_company",
"name": "Software Company"
},
{
"id": "non_bank_finance",
"name": "Non-Bank Financial Service"
}
]
},
{
"company_id": "67477e16214c57486a2db27e",
"name": "Location Tool",
"domain": "location-tool.com",
"review_count": 3037,
"trust_score": 4,
"rating": 4,
"categories": [
{
"id": "software_company",
"name": "Software Company"
}
]
},
{
"company_id": "580a27050000ff00059659c0",
"name": "Kickresume - AI Resume builder, ATS Resume Checker",
"domain": "kickresume.com",
"review_count": 2799,
"trust_score": 4.6,
"rating": 4.5,
"categories": [
{
"id": "software_company",
"name": "Software Company"
},
{
"id": "recruiter",
"name": "Recruiter"
},
{
"id": "career_and_education_provider",
"name": "Career and Education Provider"
},
{
"id": "recruitment_service",
"name": "Recruitment Service"
},
{
"id": "career_guidance_service",
"name": "Career Guidance Service"
},
{
"id": "resume_service",
"name": "Resume Service"
}
]
},
{
"company_id": "594e8fb40000ff0005a54140",
"name": "TotalAV",
"domain": "totalav.com",
"review_count": 128377,
"trust_score": 4.7,
"rating": 4.5,
"categories": [
{
"id": "software_vendor",
"name": "Software Vendor"
},
{
"id": "computer_service",
"name": "Computer Service"
},
{
"id": "computer_software_store",
"name": "Computer Software Store"
},
{
"id": "vpn_service",
"name": "VPN Service"
},
{
"id": "software_company",
"name": "Software Company"
}
]
},
{
"company_id": "47d42afa000064000502201f",
"name": "Bluehost",
"domain": "www.bluehost.com",
"review_count": 22939,
"trust_score": 4.5,
"rating": 4.5,
"categories": [
{
"id": "web_hosting_service",
"name": "Web Hosting Company"
},
{
"id": "dns_provider",
"name": "DNS Provider"
},
{
"id": "website_designer",
"name": "Website Designer"
},
{
"id": "e-commerce_solution_provider",
"name": "e-Commerce Solution Provider"
},
{
"id": "software_company",
"name": "Software Company"
}
]
},
{
"company_id": "5d360a2d37998c0001dfa13b",
"name": "AutoDS - All-In-One Dropshipping App",
"domain": "autods.com",
"review_count": 25588,
"trust_score": 4.9,
"rating": 5,
"categories": [
{
"id": "e-commerce_solution_provider",
"name": "e-Commerce Solution Provider"
},
{
"id": "software_company",
"name": "Software Company"
},
{
"id": "e_commerce_service",
"name": "e-Commerce Service"
},
{
"id": "warehouse",
"name": "Warehouse"
}
]
},
{
"company_id": "64df582d8c4431d8c49b845d",
"name": "Metaforma",
"domain": "metaforma.io",
"review_count": 85,
"trust_score": 4.9,
"rating": 5,
"categories": [
{
"id": "software_company",
"name": "Software Company"
}
]
},
{
"company_id": "4b3b31520000640005053004",
"name": "Norton",
"domain": "www.norton.com",
"review_count": 45103,
"trust_score": 4.6,
"rating": 4.5,
"categories": [
{
"id": "computer_accessories_store",
"name": "Computer Accessories Store"
},
{
"id": "software_company",
"name": "Software Company"
}
]
},
{
"company_id": "686e37b7a48c5eab447ba266",
"name": "Examcrush",
"domain": "examcrush.app",
"review_count": 2,
"trust_score": 3.8,
"rating": 4,
"categories": [
{
"id": "software_company",
"name": "Software Company"
}
]
}
],
"category": {
"id": "software_company",
"name": "Software Company",
"parent_id": "internet_software",
"company_count": 24647,
"level": "bottom"
}
}
}
curl --location --request GET 'https://zylalabs.com/api/7342/real+time+trustpilot+data+api/11677/recently+reviewed+companies+in+category?category_id=software_company&locale=en-US' --header 'Authorization: Bearer YOUR_API_KEY'
Get the full details of a category, including subcategories, parent categories, sibling categories and more information.
Category Details - Endpoint Features
| Object | Description |
|---|---|
category_id |
[Required] The ID of the category for which to get full details. |
locale |
Optional Locale code to use. Corresponds to the country selector on the Trustpilot website footer. Default: en-US Allowed values: da-DK, de-AT, de-CH, de-DE, en-AU, en-CA, en-GB, en-IE, en-NZ, en-US, es-ES, fi-FI, fr-BE, nl-BE, fr-FR, it-IT, ja-JP, nb-NO, nl-NL, pl-PL, pt-BR, pt-PT, sv-SE |
{
"status": "OK",
"request_id": "0c53af14-f1a4-4ddf-9682-32aae29192a7",
"parameters": {
"category_id": "internet_software",
"locale": "en-US"
},
"data": {
"category": {
"id": "internet_software",
"name": "Internet & Software",
"parent_id": "electronics_technology",
"company_count": 8528,
"subcategory_ids": [
"computer_software_store",
"dns_provider",
"email_service_provider",
"internet_provider",
"internet_service_provider",
"internet_shop",
"iup",
"mobile_network_operator",
"phone_and_internet_service",
"process_server",
"search_engine",
"software_company",
"software_vendor",
"telecommunications_contractor",
"vpn_service",
"web_collaboration_platform",
"web_hosting_service",
"wi_fi_spot"
],
"level": "middle"
},
"subcategories": [
{
"id": "computer_software_store",
"name": "Computer Software Store",
"parent_id": "internet_software",
"company_count": 341,
"level": "bottom"
},
{
"id": "dns_provider",
"name": "DNS Provider",
"parent_id": "internet_software",
"company_count": 104,
"level": "bottom"
},
{
"id": "email_service_provider",
"name": "Email Service Provider",
"parent_id": "internet_software",
"company_count": 210,
"level": "bottom"
},
{
"id": "internet_provider",
"name": "Internet Provider",
"parent_id": "internet_software",
"company_count": 95,
"level": "bottom"
},
{
"id": "internet_service_provider",
"name": "Internet Service Provider",
"parent_id": "internet_software",
"company_count": 434,
"level": "bottom"
},
{
"id": "internet_shop",
"name": "Internet Shop",
"parent_id": "internet_software",
"company_count": 157,
"level": "bottom"
},
{
"id": "mobile_network_operator",
"name": "Mobile Network Operator",
"parent_id": "internet_software",
"company_count": 46,
"level": "bottom"
},
{
"id": "phone_and_internet_service",
"name": "Phone and Internet Service",
"parent_id": "internet_software",
"company_count": 109,
"level": "bottom"
},
{
"id": "process_server",
"name": "Process Server",
"parent_id": "internet_software",
"company_count": 60,
"level": "bottom"
},
{
"id": "search_engine",
"name": "Search Engine Company",
"parent_id": "internet_software",
"company_count": 174,
"level": "bottom"
},
{
"id": "software_company",
"name": "Software Company",
"parent_id": "internet_software",
"company_count": 5327,
"level": "bottom"
},
{
"id": "software_vendor",
"name": "Software Vendor",
"parent_id": "internet_software",
"company_count": 886,
"level": "bottom"
},
{
"id": "telecommunications_contractor",
"name": "Telecommunications Contractor",
"parent_id": "internet_software",
"company_count": 31,
"level": "bottom"
},
{
"id": "vpn_service",
"name": "VPN Service",
"parent_id": "internet_software",
"company_count": 139,
"level": "bottom"
},
{
"id": "web_collaboration_platform",
"name": "Web Collaboration Platform",
"parent_id": "internet_software",
"company_count": 260,
"level": "bottom"
},
{
"id": "web_hosting_service",
"name": "Web Hosting Company",
"parent_id": "internet_software",
"company_count": 1596,
"level": "bottom"
},
{
"id": "wi_fi_spot",
"name": "Wi-Fi Spot",
"parent_id": "internet_software",
"company_count": 6,
"level": "bottom"
}
],
"parent_category": {
"id": "electronics_technology",
"name": "Electronics & Technology",
"parent_id": null,
"company_count": 18569,
"subcategory_ids": [
"appliances_electronics",
"audio_visual",
"computers_phones",
"internet_software",
"repair_services"
],
"level": "top"
},
"sibling_categories": [
{
"id": "appliances_electronics",
"name": "Appliances & Electronics",
"parent_id": "electronics_technology",
"company_count": 1277,
"subcategory_ids": [
"appliance_parts_supplier",
"appliance_store",
"battery_store",
"cable_company",
"electronic_parts_supplier",
"electronic_spare_parts_and_component_store",
"electronics_company",
"electronics_hire_shop",
"electronics_store",
"electronics_vending_machine",
"typewriter_supplier",
"used_appliance_store",
"vacuum_cleaner_store",
"vacuum_cleaning_system_supplier",
"washer_and_dryer_store"
],
"level": "middle"
},
{
"id": "audio_visual",
"name": "Audio & Visual",
"parent_id": "electronics_technology",
"company_count": 330,
"subcategory_ids": [
"audio_visual_equipment_rental_service",
"binocular_store",
"camera_store",
"closed_circuit_television",
"hi-fi_shop",
"home_theater_store",
"photo_lab",
"photo_restoration_service",
"photo_shop",
"screen_store",
"stereo_rental_store",
"stereo_store",
"telescope_store",
"tv_store"
],
"level": "middle"
},
{
"id": "computers_phones",
"name": "Computers & Phones",
"parent_id": "electronics_technology",
"company_count": 2153,
"subcategory_ids": [
"call_shop",
"cell_phone_accessory_store",
"cell_phone_store",
"computer_accessories_store",
"computer_and_accessories",
"computer_desk_store",
"computer_hardware_manufacturer",
"computer_networking_center",
"computer_service",
"computer_store",
"telecommunications_equipment_supplier",
"telecommunications_service_provider",
"telephone_answering_service",
"telephone_company",
"telephone_exchange",
"used_computer_store"
],
"level": "middle"
},
{
"id": "repair_services",
"name": "Repair & Services",
"parent_id": "electronics_technology",
"company_count": 1097,
"subcategory_ids": [
"appliance_rental_service",
"appliance_repair_service",
"appliances_customer_service",
"audio_visual_equipment_repair_service",
"camera_repair_shop",
"cell_phone_charging_station",
"cell_phone_recycling_and_unlocking_service",
"cell_phone_unlocking_service",
"computer_repair_service",
"computer_support_and_services",
"electrical_repair_shop",
"electronics_repair_shop",
"furnace_repair_service",
"microwave_oven_repair_service",
"mobile_phone_repair_shop",
"phone_repair_service",
"refrigerator_repair_service",
"small_appliance_repair_service",
"technical_service",
"television_repair_service",
"typewriter_repair_service",
"vacuum_cleaner_repair_shop",
"video_camera_repair_service",
"video_equipment_repair_service",
"washer_and_dryer_repair_service"
],
"level": "middle"
}
]
}
}
curl --location --request GET 'https://zylalabs.com/api/7342/real+time+trustpilot+data+api/11680/category+details?category_id=internet_software&locale=en-US' --header 'Authorization: Bearer YOUR_API_KEY'
Get the full details of a consumer.
Consumer Details - Endpoint Features
| Object | Description |
|---|---|
consumer_id |
[Required] The ID of the consumer for which to get full details. |
locale |
Optional Locale code to use. Corresponds to the country selector on the Trustpilot website footer. Default: en-US Allowed values: da-DK, de-AT, de-CH, de-DE, en-AU, en-CA, en-GB, en-IE, en-NZ, en-US, es-ES, fi-FI, fr-BE, nl-BE, fr-FR, it-IT, ja-JP, nb-NO, nl-NL, pl-PL, pt-BR, pt-PT, sv-SE |
{
"status": "OK",
"request_id": "f65a93a1-f62d-4d93-b627-d3664b975f10",
"parameters": {
"consumer_id": "5fafc38b32ed7f0019d27bc5",
"locale": "en-US"
},
"data": {
"consumer": {
"id": "5fafc38b32ed7f0019d27bc5",
"name": "Jan Kristensson",
"country": "Sweden",
"photo": "https://user-images.trustpilot.com/default/v1/73x73.png",
"verified": false,
"review_count": 23,
"like_count": 0,
"read_count": 228
}
}
}
curl --location --request GET 'https://zylalabs.com/api/7342/real+time+trustpilot+data+api/11681/consumer+details?consumer_id=5fafc38b32ed7f0019d27bc5&locale=en-US' --header 'Authorization: Bearer YOUR_API_KEY'
Get all consumer reviews with pagination support.
Consumer Reviews - Endpoint Features
| Object | Description |
|---|---|
consumer_id |
[Required] The ID of the consumer (review author) for which to get reviews |
page |
Optional The page to return (each page includes up to 20 results). Default: 1 Allowed values: positive integers |
locale |
Optional Locale code to use. Corresponds to the country selector on the Trustpilot website footer. Default: en-US Allowed values: da-DK, de-AT, de-CH, de-DE, en-AU, en-CA, en-GB, en-IE, en-NZ, en-US, es-ES, fi-FI, fr-BE, nl-BE, fr-FR, it-IT, ja-JP, nb-NO, nl-NL, pl-PL, pt-BR, pt-PT, sv-SE |
{"status":"OK","request_id":"ec9f9a3a-c3b2-4e41-8b55-f49ec4a43485","parameters":{"consumer_id":"5fafc38b32ed7f0019d27bc5","locale":"en-US","page":"1"},"data":{"reviews":[{"review_id":"67d340665f63e606d203a4a5","review_title":"Trevlig och artig!","review_text":"Trevlig och artig! ","review_rating":5,"review_is_verified":false,"review_is_pending":false,"review_likes":0,"review_language":"sv","review_time":"2025-03-13T22:30:30.000Z","review_experienced_time":"2025-03-13T00:00:00.000Z","consumer_id":"5fafc38b32ed7f0019d27bc5","consumer_name":"Jan Kristensson","consumer_image":"https://user-images.trustpilot.com/5fafc38b32ed7f0019d27bc5/73x73.png","consumer_review_count":29,"consumer_country":"SE","consumer_is_verified":false,"consumer_review_count_same_domain":1,"company_id":"5e73222dbc92ef0001730dfc","company_domain":"gordondelivery.com","company_name":"Gordon"},{"review_id":"6713dbc35aae72de84063c90","review_title":"Ytterst vänlig personal","review_text":"Ytterst vänlig personal. Snabbt förfarande när det gällde försäljningen. Nöjd! ","review_rating":5,"review_is_verified":true,"review_is_pending":false,"review_likes":0,"review_language":"sv","review_time":"2024-10-19T18:18:11.000Z","review_experienced_time":"2024-10-16T00:00:00.000Z","reply_text":"Tack så mycket, Jan, för ditt fina omdöme! Det är fantastiskt att höra att du är nöjd med vår service och att försäljningen gick snabbt och smidigt. 😊 Vi strävar alltid efter att ge ett vänligt och effektivt bemötande, så det gläder oss att du upplevde det så.\n\nOm du har några frågor eller behöver vidare hjälp framöver, tveka inte att kontakta oss på **[email protected]**.\n\nVänliga hälsningar, \nGustav","consumer_id":"5fafc38b32ed7f0019d27bc5","consumer_name":"Jan Kristensson","consumer_image":"https://user-images.trustpilot.com/5fafc38b32ed7f0019d27bc5/73x73.png","consumer_review_count":29,"consumer_country":"SE","consumer_is_verified":false,"consumer_review_count_same_domain":1,"company_id":"5b3cecdd266600000141935d","company_domain":"riddermarkbil.se","company_name":"Riddermark Bil"},{"review_id":"66e9a1e52129fe0cf72022ef","review_title":"Excellent service","review_text":"Excellent service. Nice delivery man. Extremely impressed by the time of delivery! ","review_rating":5,"review_is_verified":false,"review_is_pending":false,"review_likes":0,"review_language":"en","review_time":"2024-09-17T17:36:05.000Z","review_experienced_time":"2024-09-17T00:00:00.000Z","consumer_id":"5fafc38b32ed7f0019d27bc5","consumer_name":"Jan Kristensson","consumer_image":"https://user-images.trustpilot.com/5fafc38b32ed7f0019d27bc5/73x73.png","consumer_review_count":29,"consumer_country":"SE","consumer_is_verified":false,"consumer_review_count_same_domain":1,"company_id":"5b6480ea4a7a1a00011d9d72","company_domain":"besttransport.se","company_name":"Best Transport"},{"review_id":"657e02ae6cb9c29acefb0176","review_title":"Good service!","review_text":"Good service!","review_rating":5,"review_is_verified":false,"review_is_pending":false,"review_likes":0,"review_language":"en","review_time":"2023-12-16T22:03:59.000Z","review_experienced_time":"2023-12-16T00:00:00.000Z","consumer_id":"5fafc38b32ed7f0019d27bc5","consumer_name":"Jan Kristensson","consumer_image":"https://user-images.trustpilot.com/5fafc38b32ed7f0019d27bc5/73x73.png","consumer_review_count":29,"consumer_country":"SE","consumer_is_verified":false,"consumer_review_count_same_domain":1,"company_id":"5b6480ea4a7a1a00011d9d72","company_domain":"besttransport.se","company_name":"Best Transport"},{"review_id":"6533f34b097215eab948ffa3","review_title":"Excellent service","review_text":"Excellent service. Fast delivery!","review_rating":5,"review_is_verified":false,"review_is_pending":false,"review_likes":0,"review_language":"en","review_time":"2023-10-21T17:50:35.000Z","review_experienced_time":"2023-10-21T00:00:00.000Z","consumer_id":"5fafc38b32ed7f0019d27bc5","consumer_name":"Jan Kristensson","consumer_image":"https://user-images.trustpilot.com/5fafc38b32ed7f0019d27bc5/73x73.png","consumer_review_count":29,"consumer_country":"SE","consumer_is_verified":false,"consumer_review_count_same_domain":1,"company_id":"5b6480ea4a7a1a00011d9d72","company_domain":"besttransport.se","company_name":"Best Transport"},{"review_id":"6525a2a50af6d4bf2bc1c081","review_title":"Excellent service","review_text":"Excellent service. Nice delivery man.","review_rating":5,"review_is_verified":false,"review_is_pending":false,"review_likes":0,"review_language":"en","review_time":"2023-10-10T21:14:45.000Z","review_experienced_time":"2023-10-10T00:00:00.000Z","consumer_id":"5fafc38b32ed7f0019d27bc5","consumer_name":"Jan Kristensson","consumer_review_count":29,"consumer_country":"SE","consumer_is_verified":false,"consumer_review_count_same_domain":1,"company_id":"5b6480ea4a7a1a00011d9d72","company_domain":"besttransport.se","company_name":"Best Transport"},{"review_id":"64ce4e9281908b15d37067d0","review_title":"Excellent in every aspect!","review_text":"Excellent in every aspect!","review_rating":5,"review_is_verified":false,"review_is_pending":false,"review_likes":0,"review_language":"en","review_time":"2023-08-05T15:28:50.000Z","review_experienced_time":"2023-08-04T00:00:00.000Z","consumer_id":"5fafc38b32ed7f0019d27bc5","consumer_name":"Jan Kristensson","consumer_review_count":29,"consumer_country":"SE","consumer_is_verified":false,"consumer_review_count_same_domain":1,"company_id":"5b6480ea4a7a1a00011d9d72","company_domain":"besttransport.se","company_name":"Best Transport"},{"review_id":"64cc01662076edff50fcc4ed","review_title":"Mycket god service","review_text":"Mycket god service","review_rating":5,"review_is_verified":false,"review_is_pending":false,"review_likes":0,"review_language":"sv","review_time":"2023-08-03T21:35:02.000Z","review_experienced_time":"2023-08-03T00:00:00.000Z","consumer_id":"5fafc38b32ed7f0019d27bc5","consumer_name":"Jan Kristensson","consumer_review_count":29,"consumer_country":"SE","consumer_is_verified":false,"consumer_review_count_same_domain":1,"company_id":"5b6480ea4a7a1a00011d9d72","company_domain":"besttransport.se","company_name":"Best Transport"},{"review_id":"64afceba706f837cb10f084b","review_title":"Levererar i tid","review_text":"God kommunikation och service","review_rating":5,"review_is_verified":true,"review_is_pending":false,"review_likes":0,"review_language":"sv","review_time":"2023-07-13T12:15:22.000Z","review_experienced_time":"2023-07-12T22:00:00.000Z","consumer_id":"5fafc38b32ed7f0019d27bc5","consumer_name":"Jan Kristensson","consumer_review_count":29,"consumer_country":"SE","consumer_is_verified":false,"consumer_review_count_same_domain":1,"company_id":"4e38879e000064000510a266","company_domain":"www.bring.se","company_name":"Bring Sverige"},{"review_id":"6342f7cdb67840c2ab2c8025","review_title":"Fantastisk service!","review_text":"Lev träningscykel till min bostad. Mycket hjälpsamma killar.","review_rating":5,"review_is_verified":true,"review_is_pending":false,"review_likes":0,"review_language":"sv","review_time":"2022-10-09T18:33:17.000Z","review_experienced_time":"2022-10-07T00:00:00.000Z","consumer_id":"5fafc38b32ed7f0019d27bc5","consumer_name":"Jan Kristensson","consumer_review_count":29,"consumer_country":"SE","consumer_is_verified":false,"consumer_review_count_same_domain":1,"company_id":"47ff62ef000064000502423f","company_domain":"www.sporttema.se","company_name":"Sporttema"},{"review_id":"62fb8195142fce1f45fb7af7","review_title":"Excellent service","review_text":"Excellent service","review_rating":5,"review_is_verified":true,"review_is_pending":false,"review_likes":0,"review_language":"en","review_time":"2022-08-16T13:37:57.000Z","reply_text":"Great to hear that you are happy with our service!","consumer_id":"5fafc38b32ed7f0019d27bc5","consumer_name":"Jan Kristensson","consumer_review_count":29,"consumer_country":"SE","consumer_is_verified":false,"consumer_review_count_same_domain":1,"company_id":"5c23c55d9512700001ccec68","company_domain":"airmee.com","company_name":"Airmee"},{"review_id":"625023f2c7628b203ba68e72","review_title":"In time","review_text":"In time. Good service","review_rating":5,"review_is_verified":true,"review_is_pending":false,"review_likes":0,"review_language":"en","review_time":"2022-04-08T12:00:50.000Z","reply_text":"Great to hear that you are happy with our service!","consumer_id":"5fafc38b32ed7f0019d27bc5","consumer_name":"Jan Kristensson","consumer_review_count":29,"consumer_country":"SE","consumer_is_verified":false,"consumer_review_count_same_domain":1,"company_id":"5c23c55d9512700001ccec68","company_domain":"airmee.com","company_name":"Airmee"},{"review_id":"60e052aaf9f487075037fba1","review_title":"Always great and kind service!","review_text":"Always great and kind service!","review_rating":5,"review_is_verified":true,"review_is_pending":false,"review_likes":0,"review_language":"en","review_time":"2021-07-03T12:06:02.000Z","reply_text":"As it always should be, right?\n","consumer_id":"5fafc38b32ed7f0019d27bc5","consumer_name":"Jan Kristensson","consumer_review_count":29,"consumer_country":"SE","consumer_is_verified":false,"consumer_review_count_same_domain":1,"company_id":"5c23c55d9512700001ccec68","company_domain":"airmee.com","company_name":"Airmee"},{"review_id":"60c8e836f9f4870a44d5828e","review_title":"Excellent service","review_text":"Excellent service. Nice delivery man. Very good indeed. Thank you!","review_rating":5,"review_is_verified":false,"review_is_pending":false,"review_likes":0,"review_language":"en","review_time":"2021-06-15T17:49:42.000Z","consumer_id":"5fafc38b32ed7f0019d27bc5","consumer_name":"Jan Kristensson","consumer_review_count":29,"consumer_country":"SE","consumer_is_verified":false,"consumer_review_count_same_domain":1,"company_id":"5b6480ea4a7a1a00011d9d72","company_domain":"besttransport.se","company_name":"Best Transport"},{"review_id":"60bfb686f9f4870a0ca6b1bd"}]},"_note":"Response truncated for documentation purposes"}
curl --location --request GET 'https://zylalabs.com/api/7342/real+time+trustpilot+data+api/11682/consumer+reviews?consumer_id=5fafc38b32ed7f0019d27bc5&page=1&locale=en-US' --header 'Authorization: Bearer YOUR_API_KEY'
| Header | Description |
|---|---|
Authorization
|
[Required] Should be Bearer access_key. See "Your API Access Key" above when you are subscribed. |
No long-term commitment. Upgrade, downgrade, or cancel anytime. Free Trial includes up to 50 requests.
Each endpoint returns specific data related to companies, reviews, categories, and consumers. For example, the Company Search endpoint provides company names, domains, review counts, and ratings, while the Company Reviews endpoint returns detailed reviews including titles, texts, ratings, and timestamps.
Key fields include `company_id`, `name`, `domain`, `review_count`, `trust_score`, `rating`, and `categories` for companies. For reviews, fields like `review_id`, `review_title`, `review_text`, `review_rating`, and `review_time` are essential.
Parameters vary by endpoint. For example, the Company Search endpoint accepts `query`, `locale`, `page`, and filters for ratings and review counts. The Company Reviews endpoint allows `company_domain`, `locale`, and `page` parameters for customized requests.
Response data is structured in JSON format, typically containing a `status`, `request_id`, `parameters`, and a `data` object. The `data` object holds the relevant information, such as lists of companies or reviews, organized in arrays for easy access.
Each endpoint provides distinct information: Company Search offers company details, Company Reviews provides user reviews, Companies by Category lists companies in specific categories, and Consumer Details gives insights into individual consumers.
Data accuracy is maintained through regular updates and quality checks. The API pulls information from Trustpilot, ensuring that the data reflects the latest reviews and company details, although it is an unofficial API.
Typical use cases include market research, competitor analysis, customer feedback analysis, and enhancing customer service by understanding consumer sentiments through reviews and ratings of companies.
Users can analyze the returned data to identify trends, compare company ratings, and assess consumer feedback. For instance, businesses can leverage review insights to improve their services or products based on customer experiences.
Please have a look at our Refund Policy: https://zylalabs.com/terms#refund
To obtain your API key, you first need to sign in to your account and subscribe to the API you want to use. Once subscribed, go to your Profile, open the Subscription section, and select the specific API. Your API key will be available there and can be used to authenticate your requests.
You can’t switch APIs during the free trial. If you subscribe to a different API, your trial will end and the new subscription will start as a paid plan.
If you don’t cancel before the 7th day, your free trial will end automatically and your subscription will switch to a paid plan under the same plan you originally subscribed to, meaning you will be charged and gain access to the API calls included in that plan.
The free trial ends when you reach 50 API requests or after 7 days, whichever comes first.
No, the free trial is available only once, so we recommend using it on the API that interests you the most. Most of our APIs offer a free trial, but some may not include this option.
Yes, we offer a 7-day free trial that allows you to make up to 50 API calls at no cost, so you can test our APIs without any commitment.
Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.
Service Level:
100%
Response Time:
2,231ms
Service Level:
100%
Response Time:
16ms
Service Level:
100%
Response Time:
769ms
Service Level:
100%
Response Time:
1,449ms
Service Level:
100%
Response Time:
1,829ms
Service Level:
100%
Response Time:
122ms
Service Level:
100%
Response Time:
16ms
Service Level:
100%
Response Time:
1,671ms
Service Level:
100%
Response Time:
75ms
Service Level:
100%
Response Time:
19ms
Service Level:
100%
Response Time:
965ms
Service Level:
100%
Response Time:
1,190ms
Service Level:
100%
Response Time:
1,132ms
Service Level:
100%
Response Time:
1,461ms
Service Level:
100%
Response Time:
1,261ms
Service Level:
100%
Response Time:
891ms
Service Level:
100%
Response Time:
424ms
Service Level:
100%
Response Time:
10,625ms
Service Level:
99%
Response Time:
14,203ms
Service Level:
100%
Response Time:
7,480ms