OLX is Brazil's largest classifieds marketplace, covering electronics, vehicles, real estate, and dozens of other categories across tens of millions of active listings. The platform blocks automated access with Cloudflare. Piloterr routes each request through infrastructure that handles the bypass, returning paginated search results as structured JSON from a single GET call. No proxy setup, no CAPTCHA handling, no HTML parsing.
Each result includes the listing title, price in BRL, seller type, item condition, city and state, publication date, and image URLs.
GET https://api.piloterr.com/v2/olx/search?query=iphone+14
| Parameter |
Type |
Required |
Description |
query |
string |
yes |
Search keyword or phrase |
category |
string |
no |
OLX category slug |
state |
string |
no |
State abbreviation |
city |
string |
no |
City slug |
min_price |
number |
no |
Minimum price in BRL |
max_price |
number |
no |
Maximum price in BRL |
seller_type |
string |
no |
particular or profissional |
sort |
string |
no |
Sort order |
page |
integer |
no |
Page number |
| Field |
Type |
Description |
results[].title |
string |
Listing title |
results[].price |
number |
Price in BRL |
results[].seller_type |
string |
Seller type |
results[].condition |
string |
Item condition |
results[].location.city |
string |
City |
results[].published_at |
string |
Publication date |
- Track real-time price shifts for used electronics on OLX Brazil to calibrate pricing strategies
- Monitor new vehicle listings by state to spot arbitrage opportunities in the used car market
- Build a real estate intelligence feed aggregating OLX ads by city for a property analytics dashboard
- Detect seller volume and pricing patterns by filtering profissional accounts over time
- Power consumer price alert systems with live OLX classified data across Brazil