Remax Scraper Residential
Pricing
from $5.00 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
13
Total users
0
Monthly active users
10 days ago
Last modified
Categories
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
- Set
search_termto a Portuguese place name (e.g.Lisboa,Porto). - Optionally set buy/rent, property types, rooms, price, area, and sort.
- Set
max_propertiesand 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)
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
search_term | string | Yes | Lisboa | Portuguese location (city, municipality, etc.). |
rent_or_buy | string enum | No | Buy | Buy or Rent. |
property_types | array | No | ["All"] | One or more residential types (see list below). |
rooms | string enum | No | Any | Any, 1+, 2+, 3+, 4+, 5+. |
min_price / max_price | integer | No | 100 / 1000000 | Price bounds in euros. |
min_area | integer | No | 20 | Minimum area in mΒ². |
sort_by | string enum | No | Most recent | Sort order (see options below). |
max_properties | integer | No | 100 | How 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, notLisbon). - This Actor covers Portugal residential listings on Remax.
- Each run returns at most
max_propertieslistings.