OLX Product Search Scraper (All Country Sites) avatar

OLX Product Search Scraper (All Country Sites)

Try for free

3 days trial then $20.00/month - No credit card required now

Go to Store
OLX Product Search Scraper (All Country Sites)

OLX Product Search Scraper (All Country Sites)

ecomscrape/olx-product-search-scraper
Try for free

3 days trial then $20.00/month - No credit card required now

The OLX Product Search Scraper extracts detailed product data from OLX in JSON format, including name, price, location, etc., using search query URLs. It's perfect for market research, trend analysis, lead generation, and campaign planning across regions like Poland, India, Brazil, and more.

What does OLX Product Search Scraper do?

The OLX Product Search Scraper is a powerful tool that enables you to extract detailed product data from the OLX platform. It provides comprehensive product information in structured formats like JSON, making it easy to use in your reports, spreadsheets, or applications.

With the OLX Product Search Scraper, you can:

  • Collect detailed product data from OLX.
  • Access the data in structured formats like JSON for easy integration and analysis.
  • Leverage the extracted data in your own projects, whether it's for reporting, market analysis, or app development.

OLX Product Search Scraper allows you to collect detailed product information from all countries where olx operates, like:

  • Poland (.pl)
  • Brazil (.br)
  • Brazil Product (.br)
  • Bulgaria (.bg)
  • Portugal (.pt)
  • Romania (.ro)
  • Kazakhstan (.kz)
  • Ukraine (.ua)
  • Uzbekistan (.uz)
  • Bosnia and Herzegovina (.ba)
  • India (.in)

The information collected is included::

  • ID
  • URL
  • Name
  • Description
  • Details
  • SKU
  • Category
  • Total Views
  • Created Time
  • Location
  • Image URLs
  • Price
  • Currency
  • Seller

Input & Output

To start collecting Olx product data, simply fill out the input form. OLX Product Search Scraper recognizes the following input parameters:

  • URLs - Links to product list by query pages. If you want to scrape from any page, enter the URL of that page, and set the total of pages to scrape. 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.
  • 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.

Collect product data from product list by query pages

Example url: https://www.olx.in/vile-parle-east_g5371523/cars_c84?filter=make_eq_mercedes-benz%2Cmodel_eq_mercedes-benz-s-class

Example Screenshot of product list by query 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  "total_pages_to_scrape": 10,
11  "urls": [ // Links to product list by query pages.
12    "https://www.olx.in/vile-parle-east_g5371523/cars_c84?filter=make_eq_mercedes-benz%2Cmodel_eq_mercedes-benz-s-class"
13  ]
14}

Output:

You get the output from the OLX Product Search 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    "id": "1755570872",
4    "url": "https://www.olx.in/item/1755570872",
5    "name": "Mercedes-Benz S-Class S 500, 2015, Petrol",
6    "description": "*MERCEDES BENZ S500 PETROL AUTOMATIC PANAROMIC SUNROOF NEW SHAPE VVIP NUMBER* 2015 Single Owner Full Insurance Dual Sets of Keys No Work Required 66,000 Kms Done Immacualte Car Tyre Condition 80%.\n\nADDITIONAL VEHICLE INFORMATION:\n\nABS: Yes\nAccidental: No\nAdjustable External Mirror: Power\nAdjustable Steering: Yes\nAir Conditioning: Automatic Climate Control\nNumber of Airbags: 4 airbags\nAlloy Wheels: Yes\nAnti Theft Device: Yes\nAux Compatibility: Yes\nBattery Condition: New\nBluetooth: Yes\nVehicle Certified: Yes\nColor: Silver\nCruise Control: Yes\nInsurance Type: Comprehensive\nLock System: Remote Controlled Central\nMake Month: June\nNavigation System: Yes\nParking Sensors: Yes\nPower steering: Yes\nPower Windows: Front & rear\nAM/FM Radio: Yes\nRear Parking Camera: Yes\nRegistration Place: MH\nExchange: Yes\nFinance: Yes\nService History: Available\nSunroof: Yes\nTyre Condition: New\nUSB Compatibility: Yes",
7    "details": {
8      "Brand": "mercedes-benz",
9      "Model": "mercedes-benz-s-class",
10      "Variant": "version-S-Class S 500-1743",
11      "Year": "2015",
12      "Fuel": "petrol",
13      "Transmission": "1",
14      "KM driven": "66000",
15      "No. of Owners": "1"
16    },
17    "sku": null,
18    "category": null,
19    "total_views": null,
20    "created_time": "2023-12-20T14:08:03+05:30",
21    "location": "Maharashtra",
22    "image_urls": [
23      "https://apollo.olx.in:443/v1/files/jlo6zyyozti53-IN/image",
24      "https://apollo.olx.in:443/v1/files/qgf18tsit0xn2-IN/image",
25      "https://apollo.olx.in:443/v1/files/2csied29x92z1-IN/image",
26      "https://apollo.olx.in:443/v1/files/9yzkjgdfvopl1-IN/image",
27      "https://apollo.olx.in:443/v1/files/gbc3rlq22p0a1-IN/image",
28      "https://apollo.olx.in:443/v1/files/lywojz45jyy73-IN/image",
29      "https://apollo.olx.in:443/v1/files/3wpz9v4kthke2-IN/image",
30      "https://apollo.olx.in:443/v1/files/p4ww4y57koob3-IN/image",
31      "https://apollo.olx.in:443/v1/files/8v5s2wzropox1-IN/image",
32      "https://apollo.olx.in:443/v1/files/xpyjlz591wgf2-IN/image",
33      "https://apollo.olx.in:443/v1/files/hkj8hgn7w0y51-IN/image",
34      "https://apollo.olx.in:443/v1/files/bc5an7d38uii3-IN/image",
35      "https://apollo.olx.in:443/v1/files/onossri6l6ab2-IN/image",
36      "https://apollo.olx.in:443/v1/files/dl9i7pahdcs22-IN/image",
37      "https://apollo.olx.in:443/v1/files/yf6hawx5gmdz1-IN/image",
38      "https://apollo.olx.in:443/v1/files/yjlgcrd199tw2-IN/image",
39      "https://apollo.olx.in:443/v1/files/re2nira0iudc-IN/image",
40      "https://apollo.olx.in:443/v1/files/r6qz7ziqwojv2-IN/image",
41      "https://apollo.olx.in:443/v1/files/bnhyn66tofw63-IN/image"
42    ],
43    "price": 3098000.0,
44    "currency": "INR",
45    "seller": null,
46    "from_url": "https://www.olx.in/vile-parle-east_g5371523/cars_c84?filter=make_eq_mercedes-benz%2Cmodel_eq_mercedes-benz-s-class",
47    "page": 1
48  }, // ... Many other product details
49]

How can I use the data extracted from Olx with OLX Product Search Scraper?

💙 Boost Brand Awareness: Utilize the data to strengthen your brand's visibility and presence on OLX and other platforms.

📈 Analyze Trends and Market Influences: Track emerging trends in product categories, brands, and sellers to stay competitive.

🔬 Fuel Research and Testing: Leverage the extracted data to support research, testing, and product development.

⭐ Enhance Sentiment Analysis: Count and score authentic product reviews to enhance sentiment analysis with real, actionable data.

🪧 Plan Strategic Campaigns: Design and execute successful commercial campaigns on OLX or other sales platforms with data-driven insights.

📚 Simplify Market Research: Streamline your market research and marketing strategies with actionable insights from OLX.

📋 Generate Targeted Marketing Leads: Build a tailored list of highly relevant marketing leads for optimal outreach and conversion.

Your feedback

We are always working to improve Actors' performance. So, if you have any technical feedback about OLX Product Search Scraper or simply found a bug, please create an issue on the Actor's Issues tab in Apify Console.

Developer
Maintained by Community

Actor Metrics

  • 1 monthly user

  • 0 No stars yet

  • 0% runs succeeded

  • Created in Jan 2025

  • Modified 13 hours ago