OLX Real Estate Scraper avatar

OLX Real Estate Scraper

Under maintenance

Pricing

from $4.99 / 1,000 results

Go to Apify Store
OLX Real Estate Scraper

OLX Real Estate Scraper

Under maintenance

A robust, high-performance utility designed for developer automation, data integration, and AI training. Features built-in captcha bypass, headful/headless browser execution, and proxy support to scrape OLX data seamlessly, reliably, and at scale.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

Coding Frontned

Coding Frontned

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

4 days ago

Last modified

Share

Scrape real estate listings from OLX classified ad platforms. Find apartments, houses, plots, and offices across multiple countries. Supports price range filtering, property type, location, and keyword search.

Features

  • Multi-country support — scrape the allowlisted olx.pl, olx.pt, olx.ro, olx.bg, olx.ua, olx.kz, and olx.in domains
  • Property type filter for India — for sale, for rent, land/plot, commercial, or all real estate
  • Keyword search — optional keyword to narrow results
  • Location filter — city or region-based filtering
  • Price rangepriceMin and priceMax to filter by budget
  • Configurable result limit — set maxListings to control item count
  • Cloud-ready — runs on Apify with scheduling, proxy rotation, and webhook support

Use Cases

  • Real estate market research and price trend analysis
  • Rental/sale listing aggregation across multiple OLX countries
  • Lead generation for real estate agents and prop-tech startups
  • Automated price alerts for buyers and investors

Input

FieldTypeDefaultRequiredDescription
domainstringolx.plOne of the seven supported OLX country domains
propertyTypestringfor-saleIndia category: for-sale, for-rent, land, commercial, or all
querystringOptional keyword (e.g. "apartment", "villa")
locationstringCity or region to filter results
priceMininteger0Minimum price filter (0 = no limit)
priceMaxinteger0Maximum price filter (0 = no limit)
maxListingsinteger50Maximum number of property listings to scrape
proxyConfigurationobjectApify ProxyProxy settings. Indian RESIDENTIAL recommended for olx.in

Example Input

{
"domain": "olx.in",
"propertyType": "for-rent",
"location": "Delhi",
"priceMax": 50000,
"maxListings": 30,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"],
"apifyProxyCountry": "IN"
}
}

Output

Each scraped listing includes:

FieldDescription
titleListing title
pricePrice as displayed (e.g. "₹25,000/month")
locationCity or neighbourhood of the property
listingUrlDirect URL to the OLX listing
postedAtDate the ad was posted
descriptionListing description
categoryProperty category name
listingIdOLX internal listing ID
isNegotiableWhether price is negotiable
scrapedAtISO timestamp when the listing was scraped

Notes

  • For olx.in (India): use Indian RESIDENTIAL proxy (apifyProxyCountry: "IN").
  • For EU/CIS domains: API mode is used internally — no browser needed, faster and cheaper.
  • Direct API requests can be blocked by regional edge policy. Supply an authorized proxy configuration when needed; invalid or unsupported settings fail closed.
  • The dataset contains compact normalized listing entities. Full raw API payloads are intentionally not duplicated into every row.
  • priceMin/priceMax currency depends on the domain (PLN for olx.pl, INR for olx.in, etc.).