OLX Brazil Scraper API
Pricing
from $0.85 / 1,000 listing returneds
OLX Brazil Scraper API
Scrape classified listings from olx.com.br. Read search or category pages, one row per listing. Each row has the id, title, price in BRL and category. You also get city and state, publish date and image URLs. The row says if the seller is private or a business. $0.85 per 1,000 listings.
Pricing
from $0.85 / 1,000 listing returneds
Rating
0.0
(0)
Developer
Dami's Studio
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
OLX Brazil Scraper: listings from olx.com.br by search term, state, category or a URL you paste
Type a Portuguese search term, pick a state, or paste an OLX results page, and every ad on those pages comes back as a row: id, title, price in reais, category, city and state, publish date, photos, whether the seller is private or a business, and the link.
The awkward part first. There are no seller phone numbers. OLX keeps them off the results pages this reads, and the run does not go hunting for them elsewhere. The seller's public display name and whether they are private or a business is what you get.
| Input | Portuguese search terms, or OLX search and category URLs |
| Output | One row per listing |
| Ceiling | 5,000 listings per run. About 5,000 per search is OLX's own limit |
| Account needed | None, and nothing to install |
| Price | $0.85 per 1,000 listings, flat on every plan |
🏷️ What OLX Brazil Scraper does
Fill in the form, paste links, or do both in one run. The form is a search term plus any mix of state, region, category, price band and sort order. A pasted URL keeps every filter already on it, so a search you set up in OLX's own interface carries over exactly as you left it.
Results pages only. A search page, a category page, a state page. A single ad URL is not one of those and comes back as an uncharged diagnostic row saying so.
region narrows inside a state, using the slug OLX prints in its own URLs, like
sao-paulo-e-regiao. Two things about it. It needs a state to work against, and OLX ignores a
slug it does not recognise without saying so, handing back the whole state with no error. The run
checks the rows it got against the region you asked for, and if they do not match it adds one
uncharged row naming slugs that would have worked.
Listings are deduplicated on listingId across the whole run, so the same ad found under two
searches is delivered and billed once.
📥 What you give it
{"searchQueries": ["notebook"],"state": "SP","category": "informatica","sortBy": "date","minPrice": 500,"maxPrice": 3000,"maxItems": 250}
| Field | Default | What it is |
|---|---|---|
searchQueries | box starts at iphone | What to look for, one term per line. OLX indexes in Portuguese, so Portuguese terms return the most. |
startUrls | none | OLX search or category pages pasted from the site. Works alongside the fields above. |
state | All of Brazil | One Brazilian state, by two-letter code (SP, RJ) or full name. |
region | none | A region slug from an OLX URL, to narrow inside a state. Needs a state set. |
category | All categories | Pick one from the list, or type a category path you see in an OLX URL. |
sortBy | relevance | OLX's own ordering. Also date for newest first, and price_asc. |
minPrice, maxPrice | none | Price bounds in reais. |
maxItems | box starts at 50 | Total listings across every search in the run, up to 5,000. |
proxyConfiguration | leave it alone | Optional, under Advanced. Only if you want the run to go out through a particular network of your own. |
maxItems is a total, not a figure per search, so the first term in a long list can use the whole
allowance before the others get a turn. If you paste URLs and also pick a category in the form, the
category is not applied to the pasted links: their own paths win.
📤 What you get back
A real row from a run on 20 September 2026:
{"listingId": "1536762825","title": "iPhone 13","price": 2000,"priceLabel": "R$ 2.000","currency": "BRL","oldPrice": null,"oldPriceLabel": null,"category": "Celulares e Smartphones","categoryId": "3060","parentCategoryId": "3000","city": "Guaporé","state": "RS","stateName": "Rio Grande do Sul","neighbourhood": null,"areaCode": "54","locationLabel": "Guaporé - RS","publishedAt": "2026-09-19T22:45:31.000Z","publishedTimestamp": 1789857931,"sellerType": "private","sellerName": "Lucassantos509","thumbnailUrl": "https://img.olx.com.br/images/17/173642924789016.jpg","imageUrls": ["https://img.olx.com.br/images/17/173642924789016.jpg", "..."],"imageCount": 3,"hasVideo": false,"isFeatured": true,"isBumped": true,"hasFreeShipping": true,"attributes": {"Categoria": "Celulares e Smartphones","Marca": "APPLE","Modelo": "IPHONE 13","Condição": "Usado - Excelente","Memória interna": "128GB","Cor": "Branco","Saúde da bateria": "Boa (80% até 94%)","Aceita trocas": "Não"},"url": "https://rs.olx.com.br/regioes-de-caxias-do-sul-e-passo-fundo/celulares/iphone-13-1536762825","searchQuery": "iphone","searchUrl": "https://www.olx.com.br/brasil?q=iphone","page": 1,"position": 1,"scrapedAt": "2026-09-20T07:05:04.533Z"}
The imageUrls list is cut short above. A real row carries all of them.
| Field | What it is |
|---|---|
price / priceLabel | The number of reais, and OLX's own formatted string. |
oldPrice / oldPriceLabel | Filled only when the seller cut the price. null otherwise. |
neighbourhood | Only when the ad carries one. null on plenty of rows. |
areaCode | The Brazilian DDD dialling code for the city. |
sellerType | private or business, from OLX's own professional-ad flag. |
attributes | The spec block OLX shows on the ad, keys in Portuguese. The keys differ per category: phones carry Marca and Memória interna, property carries Quartos and IPTU. |
isFeatured, isBumped | Whether the seller paid to promote or re-float the ad. |
searchQuery, searchUrl, page, position | Which of your searches produced this row, and where it sat. |
🧾 Reading the output
| Row | How to spot it | Billed |
|---|---|---|
| A listing | No _sample or _diagnostic key on it | yes |
| The sample row | _sample: true and charged: false | no |
| A diagnostic | _diagnostic: true, charged: false and an errorCode | no |
Listing rows carry no charged field at all. The flag exists only on the sample and diagnostic
rows, to mark them as not real results. Filter on _sample and _diagnostic being absent.
| Code | What it means |
|---|---|
NO_RESULTS | That search returned nothing. |
BAD_URL | A pasted link that is not an OLX URL. |
NOT_A_SEARCH_URL | An OLX URL, but a single ad page rather than a results page. |
REGION_NOT_APPLIED | OLX did not recognise your region slug and returned the whole state. Sent once per run. |
HTTP_ERROR | OLX answered with an error status. |
BLOCKED | OLX refused the page. |
PARSE_FAILED | The page came back without the listing data in it. |
One search failing never stops the others.
▶️ How to run it
- Open OLX Brazil Scraper and click Try for free.
- Type a term into Search terms, or paste links into OLX search URLs.
- Pick a State (UF) and a Category if you want to narrow it, and set a price band.
- Set Maximum listings. Start around 20 to see what the rows look like.
- Click Start, then download the dataset as JSON, CSV or Excel, or read it from the Apify API.
💰 How much does it cost?
$0.85 per 1,000 listings. Flat on every Apify plan, with no volume tiers.
One billed row per listing delivered. The sample row is not billed, diagnostic rows are not billed, the region warning is not billed, and an ad found under two of your searches is billed once.
💡 What people use it for
- Price tracking for one model in one state, on a schedule, diffing on
listingId. - Property and rental research, where
attributescarriesQuartos,BanheirosandIPTU. - Building a list of dealers and shops in a category, keeping rows where
sellerTypeisbusiness. - Watching what is new: sort by
date, keepmaxItemssmall, and readpublishedAt. - Comparing the same search across several states in one run, since every row says which search and which URL produced it.
🚧 What it does not do
- No seller phone numbers. They are not on the pages this reads, and it does not go looking for them anywhere else.
- No single ad pages. Paste a search or category URL, not an ad URL. An ad URL comes back as an
uncharged
NOT_A_SEARCH_URLrow. - No jobs.
vagas-de-empregois a separate OLX product that renders differently and carries no listing data on the results page. - No "highest price first" sort. OLX offers it in its own interface but not as something a plain request can ask for. Relevance, newest and lowest price all work.
- About 5,000 listings per search is OLX's ceiling, not ours. After page 100 OLX keeps handing back page 100. Split by state, category or price band to reach deeper stock.
- A search can come back short. If OLX stops serving pages partway through, the rows already collected are kept and the run moves on, and there is no row in the dataset marking where it stopped. Compare the count you asked for against the count you got.
- Attribute keys are OLX's, not ours. They are in Portuguese and they change per category, so do not hard-code them.
🧭 Which marketplace scraper do you need?
| If you want | Use |
|---|---|
| Brazilian classified ads from OLX | This one |
| Russian classified ads from Avito | Avito Listings Scraper |
| Everything one Avito seller has listed | Avito Seller Listings & Profile Scraper |
| Wholesale prices and order quantities from 1688 | 1688 Wholesale Scraper |
| Reviews and ratings from a Shopee shop | Shopee Shop Reviews & Ratings Scraper |
❓ Questions people ask
Do I need a Brazilian address to run this? No. Nothing about the input asks for one and there is nothing for you to set up.
Can I search in English? The term goes to OLX exactly as you typed it, and OLX's index is Portuguese, so English terms return very little. State names do accept English spellings.
How do I get more than 5,000 listings for one term? Split it up. Several states, several price bands, or narrower categories, all in the same run.
Why did my region get ignored? OLX did not recognise the slug. Look for the uncharged
REGION_NOT_APPLIED row: it lists slugs that do work for that state.
Can I schedule it? Yes. listingId is stable, so diffing one run against the next shows what
appeared and what sold. Set sortBy to date for that.
Is this legal? These are public ads. They carry personal data, which GDPR and similar laws cover, so have a reason for collecting it. Apify's write-up on scraping and the law is a good starting point, and we are not lawyers.
🆘 If something breaks
Open the Issues tab on the actor page. Send the search term or the URL you used and the run ID.
The errorCode on the diagnostic row usually names the problem on its own.