Asos Reviews Scraper avatar

Asos Reviews Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Asos Reviews Scraper

Asos Reviews Scraper

Extract customer reviews from Asos product pages including ratings, text, and author details. Powered by Asos 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

9 days ago

Last modified

Share

This actor extracts Reviews from Asos product pages. It captures customer feedback, star ratings, and reviewer metadata from the reviews section of any product URL. The data is returned in a structured format for sentiment analysis and market research.


Want more from Asos?

This actor covers Reviews only. The full Asos Scraper browser extension also includes Products, Bags, 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


Data Fields

Field NameDescriptionExample
Review IDUnique identifier for the review"21458963"
Product IDID of the product being reviewed"12345678"
Author IDUnique identifier for the reviewer"user_9876"
RatingNumerical star rating5
Is Ratings OnlyBoolean indicating if no text was providedfalse
Is RecommendedWhether the user recommends the producttrue
Is Verified PurchaserWhether the user bought the itemtrue
Submission TimeDate and time of the review"2023-10-15T14:30:00Z"
Review TextThe body of the review"Great fit and quality material."
Review TitleThe headline of the review"Perfect summer dress"
User NicknameDisplay name of the reviewer"FashionLover99"
Is SyndicatedWhether the review came from another sitefalse
Syndication SourceOriginal source of syndicated reviewnull
Secondary RatingsSpecific attribute ratings like fit or quality{"Fit": 4, "Quality": 5}

Input

  • urls: Array of Asos product page URLs containing a reviews section.
  • maxItems: Max items per URL, default 100.

Example Input

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

Example Output

[
{
"Review ID": "21458963",
"Product ID": "12345",
"Author ID": "user_9876",
"Rating": 5,
"Is Ratings Only": false,
"Is Recommended": true,
"Is Verified Purchaser": true,
"Submission Time": "2023-10-15T14:30:00Z",
"Review Text": "Great fit and quality material.",
"Review Title": "Perfect summer dress",
"User Nickname": "FashionLover99",
"Is Syndicated": false,
"Syndication Source": null,
"Secondary Ratings": {"Fit": 4, "Quality": 5}
},
{
"Review ID": "21458964",
"Product ID": "12345",
"Author ID": "user_4432",
"Rating": 4,
"Is Ratings Only": false,
"Is Recommended": true,
"Is Verified Purchaser": false,
"Submission Time": "2023-10-16T09:15:00Z",
"Review Text": "A bit long but very comfortable.",
"Review Title": "Good purchase",
"User Nickname": "StyleSeeker",
"Is Syndicated": true,
"Syndication Source": "BrandSite",
"Secondary Ratings": {"Fit": 5, "Quality": 4}
}
]

Disclaimer

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