Green Acres Scraper avatar

Green Acres Scraper

Pricing

from $15.00 / 1,000 results

Go to Apify Store
Green Acres Scraper

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

Marco Rodrigues

Maintained by Community

Actor 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.

Green Acres Website

💡 Perfect for…

  • Buyers & investors: Compare asking prices, surface areas, and price-per-m² — and call agencies using contact_phone when 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_phone for 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:

FieldDescription
urlListing URL on Green Acres
address_countryCountry
address_localityCity / area
surface_areaHabitable surface (m²) as float
land_areaLand size when present
rooms / bedroomsRoom and bedroom counts
additional_featuresExtra feature lines
agency_name / agency_kind / agency_addressAgency block
agency_reference / agency_mandate_number / agency_feesAgency reference details
price_per_m2Price per m² when present
view_count / published_datePopularity / first-seen date
contact_phoneAgency / listing phone when shown
price / currencyAsking price and currency symbol
image_urlPrimary gallery image
descriptionFull listing description

🚀 Quick start

  1. Open Green Acres (or a country site such as .fr, .pt, .co.uk).
  2. Apply filters and sort until the results match what you want.
  3. Copy the full URL from the address bar and paste it into input_url.
  4. 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)

ParameterTypeRequiredDefaultDescription
input_urlstringYesFunchal sale searchFull Green Acres search results URL from your browser after you apply filters and sort.
max_propertiesintegerNo50How many property detail pages to scrape (10500).

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_properties listings.