Trendyol Product Search Scrapper (Pay Per Result) avatar
Trendyol Product Search Scrapper (Pay Per Result)

Pricing

$3.00 / 1,000 results

Go to Apify Store
Trendyol Product Search Scrapper (Pay Per Result)

Trendyol Product Search Scrapper (Pay Per Result)

Developed by

Ai Founder

Ai Founder

Maintained by Community

Scrapes product data from Trendyol for a given keyword, including name, brand, price, images, ratings, and review counts. Supports multiple pages and dynamic content loading.

0.0 (0)

Pricing

$3.00 / 1,000 results

0

1

1

Last modified

2 days ago

Trendyol Product Search Scrapper

This Actor allows you to scrape product listings from Trendyol based on a search keyword. It collects structured data for each product, including title, link, and other metadata. Designed for lightweight and efficient scraping without being limited to 100 items.


Features

  • Search Trendyol by keyword and collect multiple product listings.
  • Configurable maximum number of results to scrape.
  • Optionally use proxy for better accessibility and to hide the scraper origin.
  • Returns structured output with product title, link, and publication/availability time.
  • Lightweight, without the default 100-item limit of some scrapers.

Input Schema

FieldTypeRequiredDescriptionDefault
keywordstringYesThe topic or keyword to search on Trendyol"artificial intelligence"
maxResultsintegerNoMaximum number of products to collect48
proxyConfigurationobjectNoProxy configuration for accessing Trendyol{ "useApifyProxy": false }

Output Schema

FieldTypeDescription
titlestringProduct title
linkstringURL of the product on Trendyol
timestringPublication or availability time of the product
overviewstringLink to the dataset overview page

Usage

  1. Provide a keyword in the keyword input field.
  2. Optionally configure maxResults to limit the number of products returned.
  3. Optionally configure proxyConfiguration if you encounter access issues.
  4. Run the Actor to collect structured product data.
  5. Results include product title, link, and time for each item.

Example Input

{
"keyword": "laptop",
"maxResults": 50,
"proxyConfiguration": {
"useApifyProxy": true
}
}

Notes

  • The Actor paginates through Trendyol search results automatically until maxResults is reached.
  • Proxy usage is optional but recommended if running large-scale scraping.
  • The time field corresponds to the product availability or listing date as returned by Trendyol.
  • Output is fully structured and can be used for further data processing, analytics, or integration.

Bu readme, Apify Actor panelinde direkt olarak kullanılabilir ve kullanıcıların hem input hem output detaylarını kolayca anlamasını sağlar.


İstersen bunu Markdown formatında tablolar ve başlıklarla daha okunaklı şekilde optimize edebilirim, böylece Marketplace’te de güzel görünür. Bunu yapmamı ister misin?