Tokopedia Store Reviews Scraper avatar

Tokopedia Store Reviews Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Tokopedia Store Reviews Scraper

Tokopedia Store Reviews Scraper

Extract seller reviews including ratings, text, reviewer names, and product details from Tokopedia store pages. Powered by Tokopedia Scraper.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Nifty

Nifty

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Introduction

This actor extracts Reviews in a Store from Tokopedia. It collects detailed feedback left for sellers, including numerical ratings, text content, reviewer profiles, and specific product variant information. The data helps analyze seller reputation and customer satisfaction.

Data Fields

Field NameDescriptionExample
Product IDUnique identifier for the product123456789
Product NameName of the reviewed productSmartphone X Pro
Product Image URLLink to the product thumbnailhttps://images.tokopedia.net/img/p1.jpg
Product Page URLDirect link to the producthttps://www.tokopedia.com/store/product-x
Product StatusCurrent availability statusactive
Product Variant IDID of the specific variant purchased98765
Product Variant NameName of the variant (color, size)Black, 128GB
RatingStar rating from 1 to 55
Review TimeTimestamp of the review2023-10-15T08:30:00Z
Review TextThe written content of the reviewGreat service and fast shipping.
Reviewer IDUnique identifier for the user554433
Reviewer NameName of the customerJohn Doe
AvatarLink to reviewer profile imagehttps://images.tokopedia.net/user/a.jpg
Reply TextSeller response to the reviewThank you for shopping with us!
Reply TimeTimestamp of the seller response2023-10-15T10:00:00Z
Image AttachmentsArray of images uploaded by reviewer["https://images.tokopedia.net/rev/1.jpg"]
Video AttachmentsArray of videos uploaded by reviewer[]
Total LikesNumber of users who found review helpful12
Bad Rating ReasonCategorized reason for low scoresShipping delay

Input

  • urls: Array of Tokopedia seller review page URLs.
  • maxItems: Maximum number of review items to extract per URL. Default is 100.

Example Input

{
"urls": ["https://www.tokopedia.com/officialstore/review"],
"maxItems": 50
}

Example Output

[
{
"productId": "112233",
"productName": "Wireless Earbuds",
"productImageUrl": "https://images.tokopedia.net/img/earbuds.jpg",
"productPageUrl": "https://www.tokopedia.com/store/earbuds",
"productStatus": "active",
"productVariantId": "4455",
"productVariantName": "White",
"rating": 5,
"reviewTime": "2023-11-01T12:00:00Z",
"reviewText": "Excellent sound quality.",
"reviewerId": "778899",
"reviewerName": "Alice Smith",
"avatar": "https://images.tokopedia.net/user/alice.jpg",
"replyText": "Glad you liked it!",
"replyTime": "2023-11-01T14:00:00Z",
"imageAttachments": [],
"videoAttachments": [],
"totalLikes": 5,
"badRatingReason": null
},
{
"productId": "998877",
"productName": "Mechanical Keyboard",
"productImageUrl": "https://images.tokopedia.net/img/kb.jpg",
"productPageUrl": "https://www.tokopedia.com/store/keyboard",
"productStatus": "active",
"productVariantId": "2211",
"productVariantName": "Blue Switch",
"rating": 4,
"reviewTime": "2023-11-02T09:15:00Z",
"reviewText": "Good but a bit loud.",
"reviewerId": "665544",
"reviewerName": "Bob Wilson",
"avatar": "https://images.tokopedia.net/user/bob.jpg",
"replyText": null,
"replyTime": null,
"imageAttachments": ["https://images.tokopedia.net/rev/kb1.jpg"],
"videoAttachments": [],
"totalLikes": 2,
"badRatingReason": null
}
]

Want more from Tokopedia?

This actor only covers Reviews in a Store. The full Tokopedia Scraper browser extension also includes Products in a List, Product Details, Variant Details, Seller Details, Products in a Store, Product Reviews with unlimited personal use, real-time scraping with your logged-in sessions, CSV/Excel/JSON export, field customization, and scheduled monitoring.

Get the Tokopedia Scraper extension

Disclaimer: This tool extracts publicly available data. Users are responsible for compliance with applicable terms of service.