VOOZH about

URL: https://apify.com/abotapi/properstar-scraper

⇱ Properstar – Global Property Listings, URLs & Agency Data Β· Apify


πŸ‘ Properstar – Global Property Listings, URLs & Agency Data avatar

Properstar – Global Property Listings, URLs & Agency Data

Pricing

from $1.50 / 1,000 results

Go to Apify Store

Properstar – Global Property Listings, URLs & Agency Data

Extract property listings from Properstar across global domains like .com, .co.uk, .ch, and .fr. Use search pages, listing URLs, or agency pages. Returns prices, multilingual descriptions, photos, floor plans, GPS coordinates, and agency details via Properstar’s data service.

Pricing

from $1.50 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ AbotAPI

AbotAPI

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

4 days ago

Last modified

Share

Properstar Scraper

Extract property listings from Properstar across every country domain (.com, .co.uk, .ch, .fr, and more) in one actor. Paste a search results page, a single listing page, or an agency page, and get clean, structured records with prices, full multilingual descriptions, photos, floor plans, GPS coordinates, and agency details. The actor talks to Properstar's own data service, so it is fast, stable, and far cheaper to run than page-by-page scrapers.

Why this scraper

  • 30+ fields per listing, more than comparable tools on the Store.
  • Works on any Properstar country domain, auto-detected from the URL you paste.
  • Three input shapes in one actor: search pages, single listings, and agency or agent pages.
  • Multilingual titles and descriptions captured per language, not just one.
  • Full geo data (latitude, longitude, postcode, city, country) on every record.
  • Photos, floor plans, property type, rooms, bedrooms, bathrooms, living and land area in both m2 and square feet.
  • Optional full detail mode adds amenities, view types, construction year, and floor.
  • Cost optimised: the heavy data pull runs over the low-cost connection pool, so a typical run is a fraction of the price of browser-based scrapers.

Data you get

Sample shape: values are illustrative placeholders, not from a live listing.

FieldExample
id"100000001"
url"https://www.properstar.co.uk/listing/100000001"
transactionType"Sell"
type"Apartment"
subType"Penthouse"
title"Sample listing title"
description"Full description text appears here."
titleByLanguage{ "en": "Sample listing title" }
price1000000
currency"GBP"
livingAreaSqm120
landAreaSqm0
livingAreaSqft1291
rooms4
bedrooms3
bathrooms2
floor"3"
constructionYear2020
address"Sample Street 1"
city"London"
postcode"SW1"
countryISO"GB"
latitude51.5000
longitude-0.1200
pictures["https://images.example.com/0001.jpg"]
picturesCount12
floorPlans["https://images.example.com/plan-0001.jpg"]
amenities["Balcony", "Parking"]
views["City"]
status"Published"
energyRating"C"
co2Rating"B"
agencyId1000000
agencyName"Sample Agency"
agencyStatistics{ "numberOfListings": 0 }
publicationDate"2026-01-01T00:00:00Z"

How to use

Basic search page:

{
"startUrls":["https://www.properstar.co.uk/united-kingdom/london/buy/apartment-house"],
"maxItems":50,
"proxy":{"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"]}
}

Search page with refinement filters:

{
"startUrls":["https://www.properstar.com/spain/barcelona/buy/apartment-house"],
"transactionType":"buy",
"propertyTypes":["apartment"],
"minPrice":300000,
"maxPrice":800000,
"minBedrooms":2,
"maxItems":200
}

Single listing with full detail (amenities, views, year, floor):

{
"startUrls":["https://www.properstar.co.uk/listing/100000001"]
}

Agency inventory:

{
"startUrls":["https://www.properstar.co.uk/agency/sample-agency/1000000"],
"maxItems":100
}

Multiple URLs in one run:

{
"startUrls":[
"https://www.properstar.com/france/paris/rent/apartment",
"https://www.properstar.ch/switzerland/geneva/buy/house"
],
"maxItems":300
}

Input parameters

ParameterTypeDefaultDescription
startUrlsarrayrequiredProperstar search, listing, or agency URLs from any country domain.
transactionTypestring"any"Refine search URLs to "buy" or "rent". "any" keeps the URL setting.
propertyTypesarray[]Restrict to apartment, house, land, commercial, office, parking, building, room.
minPrice / maxPriceintegernonePrice range in the selected currency.
minBedrooms / maxBedroomsintegernoneBedroom range.
luxuryOnlybooleanfalseOnly listings flagged as luxury.
enrichDetailbooleanfalseFetch each listing's detail page for amenities, views, year, floor.
maxItemsinteger20Maximum listings across all URLs. 0 = unlimited.
maxPagesPerUrlinteger200Maximum result pages per search/agency URL (25 listings per page).
maxResidentialMbinteger0Soft cap on Residential traffic before downgrading to the cheaper pool. 0 = no cap.
proxyobjectResidentialConnection settings. Pick a country to pin the exit region.

Send results into your apps (MCP connectors)

Optionally pipe the scraped results into the apps you already use, via Model Context Protocol (MCP) connectors. This is an extra delivery step after the scrape β€” the Apify dataset is never changed.

What gets written to the connector: a condensed, human-readable summary of each record β€” not the full JSON. Each item becomes one entry with a title and its key fields flattened to plain text. The complete record always stays in the Apify dataset.

  1. Authorize a connector once under Apify β†’ Settings β†’ Integrations (Notion, Linear, Airtable, or Apify).
  2. Select it in the "Pipe results into your apps" input field. (If the picker is empty, you haven't authorized a connector yet.)
  3. For Notion, also set notionParentPageUrl to the page where items should be created.

The connection is mediated by Apify's MCP proxy, so this actor never sees your third-party credentials. Leave the field empty to skip.

Output example

Sample shape: values are illustrative placeholders, not from a live listing.

{
"id":"100000001",
"url":"https://www.properstar.co.uk/listing/100000001",
"class":"PropertyListing",
"transactionType":"Sell",
"type":"Apartment",
"subType":"Penthouse",
"title":"Sample listing title",
"description":"Full description text appears here.",
"titleByLanguage":{"en":"Sample listing title"},
"descriptionByLanguage":{"en":"Full description text appears here."},
"price":1000000,
"currency":"GBP",
"livingAreaSqm":120,
"livingAreaSqft":1291,
"rooms":4,
"bedrooms":3,
"bathrooms":2,
"floor":"3",
"constructionYear":2020,
"address":"Sample Street 1",
"city":"London",
"postcode":"SW1",
"countryISO":"GB",
"latitude":51.5000,
"longitude":-0.1200,
"pictures":["https://images.example.com/0001.jpg"],
"picturesCount":12,
"floorPlans":["https://images.example.com/plan-0001.jpg"],
"amenities":["Balcony","Parking"],
"views":["City"],
"agencyId":1000000,
"agencyName":"Sample Agency",
"agencySlug":"sample-agency",
"agencyStatistics":{"numberOfListings":0},
"publicationDate":"2026-01-01T00:00:00Z"
}

Plan requirement

The one-time connection setup needs a Residential proxy, which is included on the Apify Starter plan and above. The bulk data extraction then runs automatically over the lower-cost connection pool to keep your costs down. On the free plan the connection setup may not complete, so a paid plan is recommended. Pick a proxy country to pin the exit region, or leave it unset to rotate automatically.

You might also like

Properstar Property Scraper

shahidirfan/Properstar-Property-Scraper

Scrape Properstar real estate listings instantly. Extract property data including prices, descriptions, amenities & market info. Perfect for RE market research, investment analysis, portfolio tracking & competitive intelligence.

5

5.0

Properstar $0.8πŸ’° (.com|.ch) Search | Detail | Agent | Agency

memo23/properstar-leads-scraper

πŸ’°$0.80 per 1,000 results. Unlock the full potential of global real estate data with the Properstar.com Scraper! Whether you're tracking market trends, building a portfolio, or exploring investment opportunities, this scraper delivers unparalleled access to listings, prices, agent details, and media

πŸ‘ User avatar

Muhamed Didovic

55

5.0

$0.7/1K πŸ’š Properstar Properties/Agents Scraper (By Search URL)

azzouzana/properstar-properties-agents-scraper

$0.7/1K πŸ”₯ #1 NO-CODE Properstar scraper! Paste a property search OR agent directory URL (.com, .fr, .de & more) ⚑ Listings: price, rooms, geo, images & contacts. Agents: emails, phones, agency stats & 20+ fields - AI-agent ready. Auto-pagination, 2K cap bypass on searches. Start now! πŸš€

Rightmove Scraper

rigelbytes/rightmove-scraper

Scrape property listings from Rightmove.co.uk using search URLs. Extract prices, images, property types, sizes, locations, and agency details in structured format. Perfect for UK real estate market research, price monitoring, and property data analysis. Only $10 per 1,000 listings.

Rightmove Scraper

scraptivo/rightmove-scraper

Scrape property listings from Rightmove.co.uk using search URLs. Extract prices, images, property types, sizes, locations, and agency details in structured format. Perfect for UK real estate market research, price monitoring, and property data analysis. Only $10 per 1,000 listings.

Domain.com.au Agency Scraper - Low-costπŸ’²πŸ”₯πŸ’πŸ‡¦πŸ‡Ί

delectable_incubator/domain-com-au-agency-scraper-low-cost

Scrape real estate agency data from Domain.com.au 🏒 across Australia. Extract agency names, locations, contact details, agent counts, listings, and profile information using location filters. Ideal for lead generation, market research, agency benchmarking, CRM enrichment & real estate analytics πŸ“Š

Domclick RU Property Listings | URLs | Keywords | Rich Output

abotapi/domclick-scraper

Extract property listings from Domclick, one of Russia’s largest real estate portals. Search by city or use listing/search URLs. Returns 70+ fields including price, area, rooms, floor, address, GPS, metro info, photos, seller and agency details, developer data, discounts, and mortgage flags.

Property24 $1πŸ’° Buy, Rent, Sell, Commercial Scraper

abotapi/property24-scraper

From $1/1K. Extract structured property listings from Property24, South Africa’s largest property portal. Search by location or use Property24 URLs. Get 50+ fields including price, beds, baths, sizes, GPS coordinates, photos, property details, and agent/agency information.

Immobiliare.it $1πŸ’° Search By URLs and Keywords

abotapi/immobiliare-it-scraper

From $1/1K. Extract property listings from Immobiliare.it with clean structured data including prices, descriptions, GPS coordinates, agency details, photos, and property attributes such as condition, heating, garage, floor, and features. Search by city, filters, or URL. Blazing fast, reliable.