Trendyol Product Search Scraper
3 days trial then $20.00/month - No credit card required now
Trendyol Product Search Scraper
3 days trial then $20.00/month - No credit card required now
The Trendyol Product Search Scraper extracts detailed product data from Trendyol, including name, price, brand, etc., using search query URLs. It's perfect for market research, trend analysis, lead generation, and campaign planning.
What does Trendyol Product Search Query Scraper do?
The Trendyol Product Search Query Scraper enables you to extract detailed product data from the Trendyol site. It provides structured formats, such as JSON, which you can use in your reports, spreadsheets, and applications. The scraper allows you to collect comprehensive product information from all countries where Trendyol operates, including:
- URL
- Title
- Brand
- Image URL
- Total Reviews
- Rating Score
- Old Price
- Social Proof
- Discount Percentage
- Latest Price
- Currency
- Promotion Name
Input & Output
To start collecting Trendyol product data, simply fill out the input form. Trendyol Product Search Query Scraper recognizes the following input parameters:
- URLs - Links to product list by query pages and country code (optional). The URL may or may not include a language code. If url include language code and you do not enter the country code please select Auto select country code if missing. You can paste URLs one at a time or use the Bulk Edit section to add a prepared list.
- Total pages to scrape - If you use a product listing page path type, don't forget to fill in this field, which allows you to choose the total page when crawling from the product listing page.
- Auto select country code if missing - If you do not enter the country code in the URLs, use the "Auto-select country code" option to ensure you get the desired results.
- Limit the number of retries - Maximum number of retries for each URL when collecting data when an unexpected error occurs.
- Proxy configuration - Add a proxy to ensure that during the data collection process, you are not detected as a bot.
Note
Please note that not all URLs will yield results based on the country code selected. The product list may differ for each country code, and there may be instances where it doesn't work or an error occurs, preventing the selected country page from loading.
Therefore, it’s recommended to choose the country code that corresponds to the language code in the URL, or select the Auto-select country code if missing option if you prefer not to manually enter it.
Below is a table showing the country codes that correspond to the language codes in the URL:
Language Code | Country Code |
---|---|
tr | tr |
de | de, at |
en | ae, sa, qa, kw, om, bh, be, bg, hr, cz, dk, ee, fi, fr, gr, hu, ie, it, lv, lt, mt, nl, pl, pt, ro, sk, si, es, se, gb, lu |
ar | ae, sa, qa, kw, om, bh |
bg | bg |
cs | cz |
el | gr |
hu | hu |
pl | pl |
ro | ro |
sk | sk |
Example 1:
- Url: https://www.trendyol.com/en/men-t-shirts-x-g2-c73?pi=2
- Languge code in url: en
- Country code: ie => Matched
Example 2:
- Url: https://www.trendyol.com/de/men-t-shirts-x-g2-c73?pi=2
- Languge code in url: de
- Country code: ie => Not Match
Example 3:
- Url: https://www.trendyol.com/men-t-shirts-x-g2-c73?pi=2
- Languge code in url: not found
- Country code: No need filled in
Some cases when used Trendyol Product Search Query Scraper to collect product data from product list by query pages:
1. Use a url with a language code and country code option filled in
Example url: https://www.trendyol.com/en/men-t-shirts-x-g2-c73?pi=2
=> Language code in url en
Example country code filled in: ie
Example Screenshot of product information page:
Input:
1{ 2 "max_retries_per_url": 2, // Maximum waiting time when accessing the links you provided. 3 "proxy": { // Add a proxy to ensure that during the data collection process, you are not detected as a bot. 4 "useApifyProxy": true, 5 "apifyProxyGroups": [ 6 "RESIDENTIAL" 7 ], 8 "apifyProxyCountry": "SG" // You should choose an Country that coincides with the Country you want to collect data from 9 }, 10 "auto_select_country_code_if_missing": true, 11 "total_pages_to_scrape": 2, 12 "urls": [ 13 { 14 "url":"https://www.trendyol.com/en/men-t-shirts-x-g2-c73?pi=2", // Links to product list by query page. 15 "country_code": "ie" // Country code 16 } 17 ] 18}
Output:
You get the output from the Trendyol Product Search Query Scraper stored in a tab. The following is an example of the Information Fields collected after running the Actor.
1[ // List of product information 2 { 3 "url": "https://www.trendyol.com/en/lacoste/agate-nepse-t-shirt-for-men-p-782813730", 4 "title": "AGATE NEPSE T-Shirt For Men", 5 "brand": "Lacoste", 6 "image_url": "https://cdn.dsmcdn.com/mnresize/400/-/ty1614/product/media/images/prod/PIM/20241223/11/7fa2a2e1-1168-4623-b646-e63486c96315/1_org_zoom.jpg", 7 "total_reviews": 6, 8 "rating_score": null, 9 "old_price": null, 10 "social_proof": [ 11 "🚀\n60 added to cart", 12 "🧡\n208 favorites" 13 ], 14 "discount_percentage": null, 15 "lastest_price": null, 16 "currency": "€", 17 "promotion_name": "Free Shipping", 18 "from_url": "https://www.trendyol.com/en/men-t-shirts-x-g2-c73?pi=2", 19 "from_country_code": "ie" 20 }, // ... Many other product details 21]
2. Use a url with a language code and country code option not filled in
Example url: https://www.trendyol.com/en/men-t-shirts-x-g2-c73?pi=2
=> Language code in url en
Example Screenshot of product information page:
Input:
1{ 2 "max_retries_per_url": 2, // Maximum waiting time when accessing the links you provided. 3 "proxy": { // Add a proxy to ensure that during the data collection process, you are not detected as a bot. 4 "useApifyProxy": true, 5 "apifyProxyGroups": [ 6 "RESIDENTIAL" 7 ], 8 "apifyProxyCountry": "SG" // You should choose an Country that coincides with the Country you want to collect data from 9 }, 10 "auto_select_country_code_if_missing": true, 11 "total_pages_to_scrape": 2, 12 "urls": [ 13 { 14 "url":"https://www.trendyol.com/en/men-t-shirts-x-g2-c73?pi=2" // Links to product list by query page. 15 } 16 ] 17}
Output:
You get the output from the Trendyol Product Search Query Scraper stored in a tab. The following is an example of the Information Fields collected after running the Actor.
1[ // List of product information 2 { 3 "url": "https://www.trendyol.com/en/trendyol-collection/comfortable-fit-printed-brown-cotton-t-shirt-tmnss23ts00261-p-471465156", 4 "title": "Comfortable Fit Printed Brown Cotton T-Shirt - TMNSS23TS00261", 5 "brand": "Trendyol Collection", 6 "image_url": "https://cdn.dsmcdn.com/mnresize/400/-/ty740/product/media/images/20230221/8/285502456/671822618/5/5_org_zoom.jpg", 7 "total_reviews": 1456, 8 "rating_score": null, 9 "old_price": "32.99", 10 "social_proof": [ 11 "🚀\n50+ items sold", 12 "🚀\n622 added to cart", 13 "🧡\n35K favorites" 14 ], 15 "discount_percentage": "-30%", 16 "lastest_price": "23.09", 17 "currency": "SAR", 18 "promotion_name": "Free Shipping over 100 SAR", 19 "from_url": "https://www.trendyol.com/en/men-t-shirts-x-g2-c73?pi=2", 20 "from_country_code": "ae" 21 }, // ... Many other product details 22]
3. Use a url without a language code and country code option not filled in
Example url: https://www.trendyol.com/men-t-shirts-x-g2-c73?pi=2
Example Screenshot of product information page:
Input:
1{ 2 "max_retries_per_url": 2, // Maximum waiting time when accessing the links you provided. 3 "proxy": { // Add a proxy to ensure that during the data collection process, you are not detected as a bot. 4 "useApifyProxy": true, 5 "apifyProxyGroups": [ 6 "RESIDENTIAL" 7 ], 8 "apifyProxyCountry": "SG" // You should choose an Country that coincides with the Country you want to collect data from 9 }, 10 "auto_select_country_code_if_missing": true, 11 "total_pages_to_scrape": 2, 12 "urls": [ 13 { 14 "url":"https://www.trendyol.com/men-t-shirts-x-g2-c73?pi=2" // Links to product list by query page. 15 } 16 ] 17}
Output:
You get the output from the Trendyol Product Search Query Scraper stored in a tab. The following is an example of the Information Fields collected after running the Actor.
1[ // List of product information 2 { 3 "url": "https://www.trendyol.com/grimelange/river-erkek-nakis-islemeli-oversize-100-organik-pamuk-orme-siyah-t-shirt-p-52477773", 4 "title": "Rıver Erkek Nakış Işlemeli Oversize %100 Organik Pamuk Örme Siyah T-shirt", 5 "brand": "GRIMELANGE", 6 "image_url": "https://cdn.dsmcdn.com/ty1618/prod/QC/20241231/18/9f764fb4-41b2-38a6-8773-aa42fad6dd3f/1_org.jpg", 7 "total_reviews": 4691, 8 "rating_score": 46.0, 9 "old_price": "279,99", 10 "social_proof": [ 11 "Son 3 günde 100+ ürün satıldı!", 12 "82.7B kişi favoriledi!", 13 "Son 3 günde 100+ ürün satıldı!" 14 ], 15 "discount_percentage": null, 16 "lastest_price": "229,99", 17 "currency": "TL", 18 "promotion_name": null, 19 "from_url": "https://www.trendyol.com/men-t-shirts-x-g2-c73?pi=2", 20 "from_country_code": "gb" 21 }, // ... Many other product details 22]
4. Use a url a language code and country code option not filled in
Example url: https://www.trendyol.com/de/men-t-shirts-x-g2-c73?pi=2
=> Language code in url de
Example country code filled in: ie
Input:
1{ 2 "max_retries_per_url": 2, // Maximum waiting time when accessing the links you provided. 3 "proxy": { // Add a proxy to ensure that during the data collection process, you are not detected as a bot. 4 "useApifyProxy": true, 5 "apifyProxyGroups": [ 6 "RESIDENTIAL" 7 ], 8 "apifyProxyCountry": "SG" // You should choose an Country that coincides with the Country you want to collect data from 9 }, 10 "auto_select_country_code_if_missing": true, 11 "total_pages_to_scrape": 2, 12 "urls": [ 13 { 14 "url":"https://www.trendyol.com/de/men-t-shirts-x-g2-c73?pi=2", // Links to product list by query page. 15 "country_code": "ie" // Country code 16 } 17 ] 18}
Output:
No output, because the country code you provided doesn't match the URL.
=> As demonstrated in the four use cases above, the information displayed for the first product we collect differs in each case, in case 4, no results are collected. Therefore, we recommend filling in the country code for each URL to ensure the desired results are achieved.
How can I use the data extracted from Trendyol with Trendyol Product Scraper?
💙 Increase Brand Awareness: Leverage the data to enhance your brand's visibility and recognition on Tokopedia and other platforms.
📈 Analyze Trends and Market Influences: Track and analyze emerging trends in product categories, brands, and sellers to stay ahead in the market.
🔬 Fuel Research and Testing: Use the data for in-depth research and testing to refine strategies or develop new products.
⭐ Enhance Sentiment Analysis: Count and score authentic product reviews to back up sentiment analysis with real, reliable data.
🪧 Plan Commercial Campaigns: Create data-driven commercial campaigns for Tokopedia or other sales platforms to drive growth.
📚 Simplify Market Research: Streamline your market research efforts and marketing strategies with actionable insights from Tokopedia.
📋 Generate Targeted Marketing Leads: Build a list of perfectly matched marketing leads to optimize your outreach and conversion strategies.
Your feedback
We are always working to improve Actors' performance. So, if you have any technical feedback about Trendyol Product Search Query Scraper or simply found a bug, please create an issue on the Actor's Issues tab in Apify Console.
Actor Metrics
1 monthly user
-
0 No stars yet
>99% runs succeeded
Created in Jan 2025
Modified 4 days ago