Skip to main content
GET
/
v1
/
results
Get Results
curl --request GET \
  --url https://api.lobstr.io/v1/results \
  --header 'Authorization: <authorization>'
{
  "review_url": "<string>",
  "author_name": "<string>",
  "author_id": "<string>",
  "author_image": "<string>",
  "date_published": {},
  "review_headline": "<string>",
  "review_body": "<string>",
  "review_language": "<string>",
  "rating_value": 123,
  "verification_level": "<string>",
  "number_of_reviews": 123,
  "consumer_country_code": "<string>",
  "experience_date": {},
  "likes": 123,
  "report": "<string>",
  "review_source": "<string>",
  "is_author_verified": true,
  "is_review_verified": true,
  "owner_reply": "<string>",
  "owner_reply_date": {},
  "updated_date": {},
  "consumer_reviews_on_domain": 123,
  "reviews_count": 123,
  "trust_score": 123,
  "stars": 123,
  "scraping_time": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.lobstr.io/llms.txt

Use this file to discover all available pages before exploring further.

Retrieve scraped data from your Trustpilot Reviews Scraper runs.

Headers

Authorization
string
required
Your API authentication token. Value: Token YOUR_API_KEY

Query Parameters

squid
string
required
Hash of the squid to get results from
run
string
Hash of a specific run (optional)
page
integer
Page number (default: 1). Example: 1

Result Fields

Each result object contains the following fields:
review_url
string
Direct URL to the review on Trustpilot. Example: 69bf54852955c39180813cb8
author_name
string
Display name of the reviewer. Example: Kockey
author_id
string
Unique identifier of the reviewer on Trustpilot. Example: 5dfce3a5b14ccfc746f29fc9
author_image
string
URL of the reviewer’s profile picture. Example: https://user-images.trustpilot.com/5dfce3a5b14ccfc746f29fc9/73x73.png
date_published
datetime
Date the review was published. Example: 2026-03-22T04:31:33.000Z
review_headline
string
Title or headline of the review. Example: I was so impressed with the service…
review_body
text
Full text content of the review. Example: I was so impressed with the service read the reviews 10 times and they were correct this process was easy with fast approval and funding my credit cards payments were sent in 2 days and balance in my account in 2 days. I was so impressed that I even open a checking account with lending club. I'm thankful that they didn't play games when they said approved in just a few minutes they meant it they didn't change their mind are lie approved meant just that no hoops to jump through. I'm so thankful and will definitely be a long term customer. Customer service was great and very informative I'm just blown away with how smooth everything went thank you lending club you guys rock
review_language
string
Language the review was written in. Example: en
rating_value
integer
Star rating given by the reviewer (1 to 5). Example: 5
verification_level
string
Level of verification applied to the review. Example: not-verified
number_of_reviews
integer
Total number of reviews the author has written. Example: 7
consumer_country_code
string
Country code of the reviewer. Example: US
experience_date
datetime
Date of the experience being reviewed. Example: 2026-03-18T00:00:00.000Z
likes
integer
Number of likes the review has received. Example: 0
report
text
Number of times the review has been reported
review_source
string
Source or platform where the review originated. Example: Organic
is_author_verified
boolean
Whether the reviewer’s identity has been verified. Example: false
is_review_verified
boolean
Whether the review has been verified by Trustpilot. Example: false
owner_reply
text
Response text from the business owner
owner_reply_date
datetime
Date the business owner replied to the review
updated_date
datetime
Date the review was last updated
consumer_reviews_on_domain
integer
Number of reviews the author has left for this domain. Example: 1
reviews_count
integer
Total number of reviews for the business. Example: 11194
trust_score
float
Trustpilot TrustScore of the business. Example: 4.7
stars
float
Star rating category of the business (e.g. Excellent, Great). Example: 4.5
scraping_time
datetime
Timestamp when the review was scraped. Example: 2026-03-22T12:57:40Z