
OLX Product Search Scraper (All Country Sites)
Pricing
$20.00/month + usage

OLX Product Search Scraper (All Country Sites)
The OLX Product Search Scraper extracts detailed product data from OLX 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.
5.0 (1)
Pricing
$20.00/month + usage
4
Total users
168
Monthly users
34
Runs succeeded
>99%
Issues response
2.3 hours
Last modified
10 days ago
Scraper fails
Open
after retrieving only few results from olx.com.br the scraper fails. Using the link, there are over 3.000 query results, and I would like to get pretty much all of them. I set the proxy to US datacenter and used up to 5 tries.
2025-07-24T08:50:47.352Z [apify] ERROR Scraping https://www.olx.com.br/imoveis/terrenos?q=cachoeira&ss=1000 failed 2025-07-24T08:50:48.953Z [apify] INFO Exiting Actor ({"exit_code": 0})

Hi, this could be due to the current instability of the Apify proxy. I still managed to get around 1500 products in this run: https://console.apify.com/view/runs/f5mNSCiTub6lbFy0G I can give you an alternative solution if the problem persists. You could divide your big run into smaller ones, each with different inputs. For example:
- 1st run: https://www.olx.com.br/imoveis/terrenos?q=cachoeira&ss=1000 (page 1), and set
max_items_per_url = 200
to get the 1st–200th products. - 2nd run: https://www.olx.com.br/imoveis/terrenos?q=cachoeira&ss=1000&o=5 (page 5), and set
max_items_per_url = 200
to get the 201st–400th products. And so on.