OLX Portugal Scraper - Classifieds & Marketplace avatar

OLX Portugal Scraper - Classifieds & Marketplace

Pricing

from $2.00 / 1,000 result scrapeds

Go to Apify Store
OLX Portugal Scraper - Classifieds & Marketplace

OLX Portugal Scraper - Classifieds & Marketplace

Scrape classified listings, prices in EUR, seller info, condition, location, and photos from OLX.pt - Portugal's largest classifieds and marketplace platform. No login or cookies required.

Pricing

from $2.00 / 1,000 result scrapeds

Rating

0.0

(0)

Developer

Studio Amba

Studio Amba

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

OLX Portugal Scraper

Scrape classified listings from OLX.pt — Portugal's largest classifieds and marketplace platform. Extract titles, prices in EUR, seller info, condition, location data, and photos. No login or cookies required.

How to scrape OLX Portugal data

  1. Go to OLX Portugal Scraper on the Apify Store.
  2. Click Try for free to open the actor in Apify Console.
  3. Enter your search query (e.g., "iphone", "carro usado", "apartamento Lisboa").
  4. Optionally set location, category, and price filters.
  5. Click Start and wait for the run to finish.
  6. Download your data as JSON, CSV, Excel, or XML.

The scraper uses OLX.pt's internal API to extract structured data directly, which is faster and more reliable than HTML parsing. Each run returns clean, flat JSON objects ready for analysis.

Why use this actor?

OLX.pt is Portugal's dominant classifieds platform, covering everything from phones and vehicles to real estate and jobs. This scraper is useful for:

  • Market research — track prices and availability of products across Portugal
  • Price monitoring — compare asking prices across districts and time periods
  • Lead generation — find sellers and business listings in specific categories
  • Academic research — analyze the Portuguese second-hand market and consumer behavior
  • Competitive analysis — monitor what competitors are listing and at what prices

No login, cookies, or browser session is needed. The scraper works with direct HTTP requests to the OLX API.

Input

FieldTypeRequiredDescription
searchQueryStringNoSearch keyword (default: "iphone")
categoryStringNoCategory slug (e.g., "telemoveis-e-tablets", "carros-motos-e-barcos")
locationStringNoDistrict name (e.g., "Lisboa", "Porto", "Faro")
minPriceIntegerNoMinimum price filter in EUR
maxPriceIntegerNoMaximum price filter in EUR
sortByStringNoSort order: relevance, newest, cheapest, most_expensive
maxResultsIntegerNoMaximum listings to return (default: 100)
proxyConfigurationObjectNoProxy settings (Portuguese residential recommended)

Supported locations

The actor supports filtering by Portuguese district (distrito): Lisboa, Porto, Braga, Faro, Coimbra, Aveiro, Setúbal, Leiria, Santarém, Viseu, Évora, Bragança, Beja, Guarda, Portalegre, Vila Real, Viana do Castelo, Castelo Branco, Madeira. Leave empty to search all of Portugal.

Supported categories

Available category filters: telemoveis-e-tablets, tecnologia-e-informatica, carros-motos-e-barcos, imoveis, moda, moveis-casa-e-jardim, desporto-e-lazer, animais, bebes-criancas, agricultura, emprego, servicos, pecas-e-acessorios, lazer, compra-venda.

Output

Each listing contains the following fields:

FieldTypeExample
titleString"iPhone 16 Plus 128Gb Troca/retoma"
priceNumber630
currencyString"EUR"
negotiableBooleanfalse
conditionString"used"
locationString"Odivelas, Lisboa"
cityString"Odivelas"
regionString"Lisboa"
descriptionStringFull listing description text
imageUrlStringPrimary image URL
imageUrlsArrayAll listing image URLs
sellerString"Emanuel MM"
sellerTypeString"private" or "business"
publishedDateString"2026-07-03T16:00:42+01:00"
urlStringFull OLX.pt listing URL
scrapedAtStringISO 8601 timestamp

Example output

{
"title": "iPhone 16 Plus 128Gb Troca/retoma",
"price": 630,
"currency": "EUR",
"negotiable": false,
"condition": "used",
"location": "Odivelas, Lisboa",
"city": "Odivelas",
"region": "Lisboa",
"description": "Apple iPhone 16 Plus 128Gb. Preço fixo 630€. Segue com caixa e capa. Bateria a 94%. Sem marcas de uso, esteticamente como novo. Com fatura nacional, garantia até 12/2027.",
"imageUrl": "https://ireland.apollo.olxcdn.com/v1/files/ga26wx7gky062-PT/image;s=800x600",
"imageUrls": [
"https://ireland.apollo.olxcdn.com/v1/files/ga26wx7gky062-PT/image;s=800x600",
"https://ireland.apollo.olxcdn.com/v1/files/cb287ujj8duu2-PT/image;s=800x600"
],
"seller": "Emanuel MM",
"sellerType": "business",
"publishedDate": "2026-07-03T16:00:42+01:00",
"url": "https://www.olx.pt/d/anuncio/iphone-16-plus-128gb-troca-retoma-IDJu4Kf.html",
"scrapedAt": "2026-07-06T19:08:40.621Z"
}

Cost estimate

This actor uses direct HTTP API calls (no browser), making it very efficient. Approximate cost: 0.5 compute units per 1,000 results at standard Apify pricing, which is roughly $0.50 per 1,000 listings.

Tips for best results

  • Use Portuguese keywords for better results (e.g., "bicicleta" instead of "bicycle")
  • Set a location to narrow results to a specific district
  • Use residential proxies for large runs (1,000+ results) to avoid rate limiting
  • Combine filters — use minPrice/maxPrice with category for targeted searches
  • The OLX API returns a maximum of ~1,000 results per query. Use more specific search terms or category filters to access more listings.

Limitations

  • OLX.pt limits API results to approximately 1,000 listings per search query
  • Some listings may show "price on request" (price will be null in output)
  • Location filtering works at district (distrito) level using the names listed above
  • Data is scraped from the public OLX.pt platform and may change without notice
  • Respect OLX.pt's terms of service and use the data responsibly