Olx India Scraper
by natanielsantos
Scrape ads data from olx.in with this powerful tool. You can use it to extract title, price, images, description, and more. Download your data as HTML...
Opens on Apify.com
About Olx India Scraper
Scrape ads data from olx.in with this powerful tool. You can use it to extract title, price, images, description, and more. Download your data as HTML table, JSON, CSV, Excel, XML, and RSS feed.
What does this actor do?
Olx India Scraper is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.
Key Features
- Cloud-based execution - no local setup required
- Scalable infrastructure for large-scale operations
- API access for integration with your applications
- Built-in proxy rotation and anti-blocking measures
- Scheduled runs and webhooks for automation
How to Use
- Click "Try This Actor" to open it on Apify
- Create a free Apify account if you don't have one
- Configure the input parameters as needed
- Run the actor and download your results
Documentation
What does OLX India Scraper do? OLX India Scraper is a tool that enables you to scrape ads from OLX India website. This is a ready-to-use scraping tool and doesn't require any programming knowledge to get started. # How to use OLX India Scraper? OLX India Scraper is easy to use. You need to provide the scraper with a URL on the Actor Input and it will return a list of ads. You can provide the scraper with the following types of URLs: - Category URL (e.g: https://www.olx.in/cars_c84) - Location URL (e.g: https://www.olx.in/mgroad_g5462393) - Search Query (e.g: https://www.olx.in/items/q-car) - Search URL with filters (e.g: https://www.olx.in/thodupuzha_g4387975/motorcycles_c81?filter=make_eq_royal-enfield%2Cprice_max_152000) - Ads URL (e.g: https://www.olx.in/item/led-tv-good-condition-iid-1753262460) # Get Started 1. Sign up for Apify or log in if you already have an account. 2. Open OLX India Scraper and click Try For Free. 3. Add URLs to the field Start URLs. You can find examples of URLs in the section above. 4. Click on ▶️ Start and wait for the results. # Output example The output of the OLX India Scraper is stored in a dataset. Each item is an ad and looks like this: json { "mainImage": "https://apollo-singapore.akamaized.net:443/v1/files/48z6jxi9i76z2-IN/image", "id": "1733271487", "url": "https://www.olx.in/item/bullet-350cc-excellent-condition-exchange-available-iid-1733271487", "title": "Bullet 350cc excellent condition / exchange available", "description": "Restored With all new parts, showroom condition", "createdAt": "2023-11-17T15:47:56+05:30", "score": 1, "categoryId": "81", "userType": "Regular", "userId": "76236133", "images": [ { "id": "1582142916", "external_id": "48z6jxi9i76z2-IN", "width": 1080, "height": 810, "url": "https://apollo-singapore.akamaized.net:443/v1/files/48z6jxi9i76z2-IN/image", "full": { "width": 1080, "height": 810, "url": "https://apollo-singapore.akamaized.net:443/v1/files/48z6jxi9i76z2-IN/image;s=1080x810" }, "big": { "width": 505, "height": 378, "url": "https://apollo-singapore.akamaized.net:443/v1/files/48z6jxi9i76z2-IN/image;s=505x378" }, "medium": { "width": 120, "height": 90, "url": "https://apollo-singapore.akamaized.net:443/v1/files/48z6jxi9i76z2-IN/image;s=120x90" }, "small": { "width": 120, "height": 90, "url": "https://apollo-singapore.akamaized.net:443/v1/files/48z6jxi9i76z2-IN/image;s=120x90" } }, { "id": "1582142917", "external_id": "5dtb7z3tivqt-IN", "width": 1080, "height": 810, "url": "https://apollo-singapore.akamaized.net:443/v1/files/5dtb7z3tivqt-IN/image", "full": { "width": 1080, "height": 810, "url": "https://apollo-singapore.akamaized.net:443/v1/files/5dtb7z3tivqt-IN/image;s=1080x810" }, "big": { "width": 505, "height": 378, "url": "https://apollo-singapore.akamaized.net:443/v1/files/5dtb7z3tivqt-IN/image;s=505x378" }, "medium": { "width": 120, "height": 90, "url": "https://apollo-singapore.akamaized.net:443/v1/files/5dtb7z3tivqt-IN/image;s=120x90" }, "small": { "width": 120, "height": 90, "url": "https://apollo-singapore.akamaized.net:443/v1/files/5dtb7z3tivqt-IN/image;s=120x90" } } ], "mainInfo": "1991 - 2,000 km", "price": { "raw": 140000, "currency": { "iso_4217": "INR", "pre": "₹" }, "display": "₹ 1,40,000" }, "status": "active", "parameters": [ { "type": "single", "key": "make", "value_name": "Royal Enfield", "value": "royal-enfield", "key_name": "Brand", "formatted_value": "Royal Enfield" }, { "type": "single", "key": "model", "value_name": "Bullet", "value": "royal-enfield-bullet", "key_name": "Model", "formatted_value": "Bullet" }, { "type": "single", "key": "year", "value_name": "1991", "value": "1991", "key_name": "Year", "formatted_value": "1991" }, { "type": "single", "key": "mileage", "value_name": "2000", "value": "2000", "key_name": "KM driven", "formatted_value": "2,000 km" } ], "favoritesCount": 4, "createdAtFirst": "2023-06-04T00:37:52+05:30", "certifiedCar": false, "isKycVerifiedUser": false, "locations": [ { "lat": 9.963, "lon": 76.242, "region_id": "2001160", "district_id": "5316645", "city_id": "4058873" } ], "locationsResolved": { "COUNTRY_id": "1000001", "COUNTRY_name": "India", "ADMIN_LEVEL_1_id": "2001160", "ADMIN_LEVEL_1_name": "Kerala", "ADMIN_LEVEL_3_id": "4058873", "ADMIN_LEVEL_3_name": "Kochi", "SUBLOCALITY_LEVEL_1_id": "5316645", "SUBLOCALITY_LEVEL_1_name": "Fort Kochi" }, "hasPhoneParam": false } # Integrations and OLX India Scraper OLX India Scraper can be connected with almost any cloud service or web app thanks to integrations on the Apify platform. You can integrate with Make, Zapier, Slack, Airbyte, GitHub, Google Sheets, Google Drive, and more. Or you can use webhooks to carry out an action whenever an event occurs, e.g. get a notification whenever OLX India Scraper successfully finishes a run. # Using OLX India Scraper with the Apify API The Apify API gives you programmatic access to the Apify platform. The API is organized around RESTful HTTP endpoints that enable you to manage, schedule, and run Apify actors. The API also lets you access any datasets, monitor actor performance, fetch results, create and update versions, and more. To access the API using Node.js, use the apify-client NPM package. To access the API using Python, use the apify-client PyPI package. Check out the Apify API reference docs for full details or click on the API tab for code examples. # Your feedback We’re always working on improving the performance of our Actors. So if you’ve got any technical feedback for OLX India scraper or simply found a bug, please create an issue on the Actor’s Issues tab in Apify Console.
Categories
Common Use Cases
Market Research
Gather competitive intelligence and market data
Lead Generation
Extract contact information for sales outreach
Price Monitoring
Track competitor pricing and product changes
Content Aggregation
Collect and organize content from multiple sources
Ready to Get Started?
Try Olx India Scraper now on Apify. Free tier available with no credit card required.
Start Free TrialActor Information
- Developer
- natanielsantos
- Pricing
- Paid
- Total Runs
- 1,633
- Active Users
- 179
Related Actors
Video Transcript Scraper: Youtube, X, Facebook, Tiktok, etc.
by invideoiq
Linkedin Profile Details Scraper + EMAIL (No Cookies Required)
by apimaestro
Twitter (X.com) Scraper Unlimited: No Limits
by apidojo
Content Checker
by jakubbalada
Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.
Learn more about ApifyNeed Professional Help?
Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.
Trusted by millions | Money-back guarantee | 24/7 Support