Green Acres Scraper
Pricing
from $15.00 / 1,000 results
Green Acres Scraper
Green Acres (est. 2004, Paris) is an international property marketplace. This actor scrapes your search URL into structured data: pricing, location, specs, agency details, full description, image URL, contact phone, and many more fields. Scrape property listings anywhere in the world.
Pricing
from $15.00 / 1,000 results
Rating
0.0
(0)
Developer
Marco Rodrigues
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
10 days ago
Last modified
Categories
Share
🏠 Green Acres Property Scraper
Want to pull property listings from Green Acres — homes, apartments, land, and commercial property across many countries? This scraper makes it super easy!
Paste a search URL from your browser (after you apply location, type, price, and other filters on the site), set how many properties you want, and get structured records with price, location, specs, agency details, description, and agency phone numbers when available.

💡 Perfect for…
- Buyers & investors: Compare asking prices, surface areas, and price-per-m² — and call agencies using
contact_phonewhen available. - Market analysts & researchers: Track supply by locality, bedroom count, or price band.
- Prop-tech & CRM tools: Feed clean property records into your product; use
contact_phonefor outreach. - Data & ML pipelines: Run NLP on
description; use surface, rooms, and features as structured fields. - 🤖 AI Agents: Power bots and workflows with live Green Acres inventory.
- 📚 RAG Systems: Chunk descriptions and cite exact listing URLs.
✨ Why you'll love this scraper
- 🔗 Paste any search URL: Filter and sort on Green Acres in your browser, copy the address-bar URL into
input_url, and the scraper follows pagination until your cap. - ⚙️ Rich detail pages: Address, surface, land, rooms, bedrooms, agency block, published date, and full description.
- 📞 Agency phone numbers: Pulls the call number when the listing shows one (
contact_phone). - 🖼️ Media: Captures the hero image URL when present.
- 🌍 Multi-country: Works with Green Acres country sites; currency is the symbol shown on the page (€, £, $, …).
📦 What's inside the data?
For every property detail page scraped, you get:
| Field | Description |
|---|---|
url | Listing URL on Green Acres |
address_country | Country |
address_locality | City / area |
surface_area | Habitable surface (m²) as float |
land_area | Land size when present |
rooms / bedrooms | Room and bedroom counts |
additional_features | Extra feature lines |
agency_name / agency_kind / agency_address | Agency block |
agency_reference / agency_mandate_number / agency_fees | Agency reference details |
price_per_m2 | Price per m² when present |
view_count / published_date | Popularity / first-seen date |
contact_phone | Agency / listing phone when shown |
price / currency | Asking price and currency symbol |
image_url | Primary gallery image |
description | Full listing description |
🚀 Quick start
- Open Green Acres (or a country site such as
.fr,.pt,.co.uk). - Apply filters and sort until the results match what you want.
- Copy the full URL from the address bar and paste it into
input_url. - Set
max_properties(how many detail pages to scrape) and click Start.
Export JSON, CSV, or Excel when done.
Tech details for developers 🧑💻
Input Example
{"input_url": "https://www.green-acres.fr/property-for-sale/nantes","max_properties": 50}
Output Example
{"url": "https://www.green-acres.pt/en/properties/apartment/se-funchal/Aacfytrmg17xwc1m.htm","address_country": "Portugal","address_locality": "Sé (Funchal)","surface_area": 132.0,"land_area": null,"rooms": null,"bedrooms": 3,"additional_features": ["3 bathrooms","Terrace","Orientation: South, West"],"agency_name": "HB Family Properties","agency_kind": "Agency","agency_address": "Rua Doutor João Abel de Freitas\n9300 Câmara De Lobos","agency_reference": "20558330","agency_mandate_number": "931-AW","agency_fees": null,"price_per_m2": 6439.0,"view_count": 21,"published_date": "2026-02-19T00:00:00.000Z","contact_phone": "+351 300 505 535","price": 850000.0,"currency": "€","image_url": "https://lb-eu.vizzit.com/962211a/Aacfytrmg17xwc1m/Photos/Aacfytrmg17xwc1m_1.jpg","description": "City building with modern flats and good areas…"}
📋 Input reference (detailed)
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
input_url | string | Yes | Funchal sale search | Full Green Acres search results URL from your browser after you apply filters and sort. |
max_properties | integer | No | 50 | How many property detail pages to scrape (10–500). |
Notes
- There is no separate filter form in the Actor — define the search on the website, then paste the URL.
- If you change filters or sort later, copy the new URL again.
- Each run returns at most
max_propertieslistings.