Primelocation Property Scraper avatar

Primelocation Property Scraper

Pricing

from $3.00 / 1,000 listing scrapeds

Go to Apify Store
Primelocation Property Scraper

Primelocation Property Scraper

Pricing

from $3.00 / 1,000 listing scrapeds

Rating

0.0

(0)

Developer

Gio

Gio

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

10 days ago

Last modified

Categories

Share

Scrape property listings from PrimeLocation.com, a major UK real estate portal owned by the Zoopla Group. Returns title, price, address, bedrooms, bathrooms, floor size and coordinates.

Input

FieldTypeDescription
startUrlsarrayOne or more primelocation.com search-result URLs, e.g. https://www.primelocation.com/for-sale/property/london/
maxItemsintegerMax listings to return across all start URLs (default 30, max 200).

Example:

{
"startUrls": ["https://www.primelocation.com/for-sale/property/london/"],
"maxItems": 30
}

Output

{
"title": "1 bed flat for sale",
"url": "https://www.primelocation.com/for-sale/details/73393247/",
"price": 325000,
"currency": "GBP",
"propertyType": "Apartment",
"address": "Harry Zeital Way, London E5",
"bedrooms": 1,
"bathrooms": 1,
"floorSizeSqFt": 450,
"latitude": 51.563598,
"longitude": -0.047414,
"image": "https://lid.zoocdn.com/..."
}

Common uses

  • UK property market and pricing research
  • Investment/comparables analysis
  • Feeding listings into real estate aggregators or CRMs

Notes

Find the right start URL by browsing primelocation.com for your location/type (for-sale or to-rent), then copy the search-result page URL into startUrls.