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.
If you encounter any issues or need to exchange information, please feel free to contact us through the following link: My profile
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:
To start collecting Trendyol product data, simply fill out the input form. Trendyol Product Search Query Scraper recognizes the following input parameters:
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:
Example 2:
Example 3:
Some cases when used Trendyol Product Search Query Scraper to collect product data from product list by query pages:
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 "max_items_per_url": 20, 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]
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 "max_items_per_url": 20, 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]
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 "max_items_per_url": 20, 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]
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 "max_items_per_url": 20, 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.
💙 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.
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.
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!