Remax Scraper Residential avatar

Remax Scraper Residential

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Remax Scraper Residential

Remax Scraper Residential

Scrape residential property listings from Remax Portugal. Ideal for real estate market research, property investment analysis, or anyone needing structured data about properties in Portugal.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Marco Rodrigues

Marco Rodrigues

Maintained by Community

Actor stats

0

Bookmarked

13

Total users

0

Monthly active users

10 days ago

Last modified

Share

🏠 Remax Portugal Residential Scraper

Want to pull residential property listings from Remax Portugal? This scraper makes it super easy!

Set a search location and optional filters (buy/rent, property types, rooms, price, area, sort) and get structured listings with prices, sizes, agent contacts, energy ratings, and photos.

πŸ’‘ Perfect for...

  • Buyers & Investors: Monitor Portuguese residential inventory by city, price, and typology.
  • Market Research: Analyze supply, price reductions, and days on market.
  • Lead Generation: Collect agent and office phone numbers for outreach.
  • Data Analysts: Export clean structured rows for dashboards and models.
  • πŸ€– AI Agents: Power bots and workflows with filter-based search.
  • πŸ“š RAG Systems: Feed listing specs and descriptions into retrieval pipelines.

✨ Why you'll love this scraper

  • 🎯 Structured Filters: Location, buy/rent, property types, rooms, price, area, and sort β€” no URL crafting.
  • πŸ“Š Rich Listings: Pricing, areas, rooms/bathrooms, energy efficiency, market status, and media.
  • πŸ“ž Agent Contacts: Agent name, cell phone, agency phone, office name, and profile link when available.
  • πŸ‡΅πŸ‡Ή Portugal-focused: Search places in Portuguese (e.g. Lisboa, Porto, Arronches).

πŸ“¦ What's inside the data?

For every property you get:

  • Core: id, propertyLink, propertyPicture, listingType, listingStatus, smallDescription
  • Pricing: listingPrice, previousPrice, priceReductionPercentage, pricePerSqM
  • Location: address, zipCode, localZone, doorNumber, apartmentNumber
  • Specs: totalArea, livingArea, lotSize, builtArea, totalRooms, numberOfBedrooms, numberOfBathrooms, numberOfWC, garageSpots, constructionYear
  • Features: energyEfficiencyLevel, conservationStatus, garageType, virtual tour / video flags
  • Market: marketStatus, marketDays, publishDate, modified
  • Contacts: userName, userCellPhoneTrimmed, userAgencyPhoneNumber, officeName, userLink, whatsAppChatLink

πŸš€ Quick start

  1. Set search_term to a Portuguese place name (e.g. Lisboa, Porto).
  2. Optionally set buy/rent, property types, rooms, price, area, and sort.
  3. Set max_properties and click Start.

Export JSON, CSV, or Excel when done.


Tech details for developers πŸ§‘β€πŸ’»

Input Example

{
"search_term": "Arronches",
"rent_or_buy": "Buy",
"property_types": ["All"],
"rooms": "Any",
"max_price": 100000,
"min_price": 100,
"min_area": 20,
"sort_by": "Most recent",
"max_properties": 100
}

Output Example

{
"id": 7017498,
"propertyLink": "https://remax.pt/en/imoveis/venda-terreno-tarronches-assuncao/120581172-23",
"propertyPicture": "https://i.maxwork.pt/l-view/listings/12058/7017498/a86feee0-4ed0-41d6-8688-bf15e148f895.jpg",
"zipCode": "7341-909",
"localZone": "Portalegre",
"address": "Coutada",
"listingPrice": 10000.0,
"listingType": "Terreno",
"listingStatus": "Ativo",
"marketStatus": "Novo para o Mercado",
"lotSize": 9250.0,
"energyEfficiencyLevel": "NC",
"userName": "Ana BraganΓ§a",
"userCellPhoneTrimmed": "+351963951797",
"userAgencyPhoneNumber": "+351 245 337 406",
"officeName": "RE/MAX Portalegre"
}

πŸ“‹ Input reference (detailed)

ParameterTypeRequiredDefaultDescription
search_termstringYesLisboaPortuguese location (city, municipality, etc.).
rent_or_buystring enumNoBuyBuy or Rent.
property_typesarrayNo["All"]One or more residential types (see list below).
roomsstring enumNoAnyAny, 1+, 2+, 3+, 4+, 5+.
min_price / max_priceintegerNo100 / 1000000Price bounds in euros.
min_areaintegerNo20Minimum area in mΒ².
sort_bystring enumNoMost recentSort order (see options below).
max_propertiesintegerNo100How many listings to return (20–2000).

Sort options

  • Most recent, Lowest price, Highest price, Highest reduction, Lowest reduction, Highest area

Property types

  • All, Apartament, Studio, House, Building, Land, Manor House, Duplex, Garage, Others - Residential, Farm, Small Mansion, Storage Room

Notes

  • Use Portuguese place names (Lisboa, not Lisbon).
  • This Actor covers Portugal residential listings on Remax.
  • Each run returns at most max_properties listings.