Trendyol Product Reviews & Q&A Scraper (Monthly Payment) avatar
Trendyol Product Reviews & Q&A Scraper (Monthly Payment)

Pricing

$15.00/month + usage

Go to Apify Store
Trendyol Product Reviews & Q&A Scraper (Monthly Payment)

Trendyol Product Reviews & Q&A Scraper (Monthly Payment)

Developed by

Ai Founder

Ai Founder

Maintained by Community

Scrapes Trendyol product reviews and Q&A, collecting paginated, filtered, and date-aware data. Pay-per-result model supported.

0.0 (0)

Pricing

$15.00/month + usage

0

1

1

Last modified

2 days ago

Trendyol Product Reviews & Q&A Scraper

This Actor allows you to scrape reviews and question-answer (Q&A) items from multiple Trendyol product URLs. You can configure the maximum number of reviews and Q&A items per product, and optionally use a proxy for accessing Trendyol.


Features

  • Scrape reviews with ratings, comments, media, and other metadata.
  • Scrape Q&A (questions & answers) with user information and timestamps.
  • Supports multiple product URLs at once.
  • Configurable maximum number of reviews and Q&A items per product.
  • Optionally use Apify proxy for better accessibility.
  • Filters results by start date if needed.

Input Schema

FieldTypeRequiredDescriptionDefault
urlsarray of stringsYesList of Trendyol product URLs to scrapeN/A
maxReviewsintegerNoMaximum number of reviews to scrape per product50
maxQuestionsintegerNoMaximum number of Q&A items to scrape per product20
proxyConfigurationobjectNoProxy settings for accessing Trendyol{ "useApifyProxy": false }

Output Schema

FieldTypeDescription
urlIndexstringThe product URL that the review or Q&A belongs to
typestring"review" or "qa"
userstringUser who posted the review or question
textstringReview comment or question text
creationTimestringISO-formatted creation timestamp
overviewstringLink to the dataset overview page

Usage

  1. Provide an array of Trendyol product URLs in the urls input field.
  2. Optionally configure maxReviews and maxQuestions to limit the number of items per product.
  3. Optionally configure proxyConfiguration if access issues arise.
  4. Run the Actor to collect structured data from each product.
  5. Results include both reviews and Q&A items with metadata such as user, rating, comment, media, and timestamps.

Example Input

{
"urls": [
"https://www.trendyol.com/vans/old-skool-unisex-siyah-sneakers-p-3871565?boutiqueId=61&merchantId=1182044",
"https://www.trendyol.com/adidas/superstar-ayakkabi-p-838532345"
],
"maxReviews": 50,
"maxQuestions": 20,
"proxyConfiguration": {
"useApifyProxy": false
}
}

Notes

  • The Actor respects the startDate parameter if provided; items older than this date are ignored.
  • Media files in reviews are included as URLs in the output.
  • Q&A items are returned under the questions array with user, question text, and optional answer.
  • The Actor paginates through Trendyol’s API automatically until maxReviews or maxQuestions is reached.

Bu readme, doğrudan Apify Actor paneline eklenebilir ve kullanıcılar için hem kullanım hem de yapı açıklaması sağlar.


İstersen ben bunu ayrıca Actor Marketplace’te düzgün görünecek Markdown formatına da optimize edebilirim; tablolar ve örnekler aynı şekilde kalır ama başlıklar ve alt başlıklar daha okunaklı olur. Bunu yapmamı ister misin?