Asos Product Reviews Scraper avatar

Asos Product Reviews Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Asos Product Reviews Scraper

Asos Product Reviews Scraper

Extract customer reviews, ratings, and verified purchaser status from Asos product pages. Powered by Asos Scraper.

Pricing

from $1.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

This actor extracts Product Reviews from Asos. It collects user ratings, review text, and metadata directly from specific product pages. This tool helps monitor customer sentiment and product feedback.

Data Fields

Field NameDescriptionExample
Review IDUnique identifier for the review182736455
Product IDID of the product being reviewed20455678
Author IDUnique identifier for the revieweruser_99283
RatingNumerical score from 1 to 55
Is Ratings OnlyBoolean indicating if no text was providedfalse
Is RecommendedWhether the user recommends the itemtrue
Is Verified PurchaserIf the user bought the item on Asostrue
Submission TimeDate and time of the review2023-11-15T10:30:00Z
Review TextThe main body of the reviewGreat fit and high quality material.
Review TitleShort summary of the reviewPerfect fit
User NicknameDisplay name of the reviewerAlex J
Is SyndicatedIf the review came from another sitefalse
Syndication SourceOriginal site for syndicated reviewsnull
Secondary RatingsSpecific scores for fit or quality{"Quality": 5, "Value": 4}

Input

  • urls: Array of Asos product page URL strings. Only product detail pages are supported.
  • maxItems: Maximum number of reviews to extract per URL. Default is 100.

Example Input

{
"urls": ["https://www.asos.com/example-product/prd/12345"],
"maxItems": 50
}

Example Output

[
{
"reviewId": "182736455",
"productId": "20455678",
"authorId": "user_99283",
"rating": 5,
"isRatingsOnly": false,
"isRecommended": true,
"isVerifiedPurchaser": true,
"submissionTime": "2023-11-15T10:30:00Z",
"reviewText": "Great fit and high quality material.",
"reviewTitle": "Perfect fit",
"userNickname": "Alex J",
"isSyndicated": false,
"syndicationSource": null,
"secondaryRatings": { "Fit": 5 }
},
{
"reviewId": "182736456",
"productId": "20455678",
"authorId": "user_11223",
"rating": 4,
"isRatingsOnly": false,
"isRecommended": true,
"isVerifiedPurchaser": false,
"submissionTime": "2023-11-16T14:20:00Z",
"reviewText": "Slightly larger than expected but nice.",
"reviewTitle": "Good quality",
"userNickname": "Sam Smith",
"isSyndicated": true,
"syndicationSource": "Brand Site",
"secondaryRatings": { "Fit": 3 }
}
]

Want more from Asos?

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

Get the Asos Scraper extension

Disclaimer

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