Trustpilot
Version 0.0.2
Checkout the API docs here for more information.
Set up
- Enter the name of your website that your customers review in the field 'Website Name'.
- To create or retrieve your Client ID and Client Secret please follow these instructions.
- Enter the username and password for the account the API was set up from.
- Please add the following as the redirect URI:
https://app.kleene.co.uk/callback.html
Features
Feature | Support | Notes |
---|---|---|
Backfill | π’ | 1 month to 10 years on Company Reviews; All data can be backfilled on all other reports |
Incremental | π’ | Company Reviews |
API reliability | π’ | Reliable |
Reports detail
β¬οΈ Report | π Incremental key | π Primary key | π Link to API endpoint |
---|---|---|---|
Company Reviews | CREATED_AT | ID | Business unit private reviews |
Products | N/A | ID | Get products |
Product Reviews | N/A | ID | Get private product reviews |
Company Reviews Public (all reviews) | N/A | ID | Business unit reviews |
Limitations
Company Reviews
report incremental logic
Company Reviews
uses theCREATED_AT
column as its incremental key. This means updates to reviews will not be picked up as changes on incremental runs. You may want to run full backfills occasionally to pick up amended reviews and reconcile.Incremental runs may also result in duplicates. You can deal with those in a transform.
Updated 16 days ago