OnTheMarket Scraper avatar

OnTheMarket Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
OnTheMarket Scraper

OnTheMarket Scraper

Explore UK property listings on OnTheMarket! Use tailored filters to find your ideal home based on price, bedrooms, property type, and whether you're renting or buying. Discover detailed property information to uncover your perfect place!

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

OnTheMarket Scraper (Apify Actor)

Scrape UK property listings from OnTheMarket — for‑sale, to‑rent, or new‑homes — with rich filters and optional detail-page enrichment.

Input

FieldTypeDefaultDescription
areastring (required)londonArea slug (london, manchester, brighton, london-greenwich, sw1, …)
modeenum (required)for-salefor-sale / to-rent / new-homes
minPrice / maxPriceintPrice range in GBP (per month for rent)
minBedrooms / maxBedroomsintBedroom range
propertyTypeenumanyflats, detached-houses, bungalows, etc.
radiusenum0Miles around the area: 0 / 0.25 / 0.5 / 1 / 3 / 5 / 10 / 15 / 20 / 30 / 40
sortenumfeaturedfeatured / newest / price_asc / price_desc
furnishedenumanyRent only: furnished / part-furnished / unfurnished
includeUnderOfferbooltrueInclude under-offer / sold STC properties (sale mode)
includeLetAgreedbooltrueInclude let-agreed properties (rent mode)
maxPagesint (1–50)1Result pages to fetch (~24 properties per page)
includeDetailsboolfalsePer-property detail-page fetch
maxListingsint0Hard cap on items pushed
impersonateenumchrome124curl_cffi TLS profile
proxyConfigurationobjectRESIDENTIAL (GB)Proxy settings

Example input

{
"area": "london",
"mode": "for-sale",
"minPrice": 500000,
"maxPrice": 1200000,
"minBedrooms": 2,
"propertyType": "flats",
"radius": "1",
"sort": "newest",
"includeUnderOffer": false,
"maxPages": 5,
"includeDetails": true,
"maxListings": 100
}

Output

Search‑only item

{
"id": 14582341,
"price": "£625,000",
"price_value": 625000,
"address": "Roupell Street, London, SE1",
"beds": 2,
"baths": 1,
"type": "flat",
"tenure": "leasehold",
"url": "https://www.onthemarket.com/details/14582341/",
"image": "https://media.onthemarket.com/properties/14582341/img_01_1024x768.jpg",
"agent": "Foxtons - Waterloo",
"agent_phone": "020 7846 0000",
"summary": "A beautifully presented two-bedroom flat in the heart of...",
"new_home": false,
"added_or_reduced": "Added today"
}

With includeDetails: true, each item additionally carries

{
"postcode": "SE1 8TB",
"latitude": 51.5042,
"longitude": -0.1101,
"reception": 1,
"council_tax_band": "D",
"epc_rating": "C",
"floor_area": "78 m²",
"description": "Spread across the second floor of a charming Victorian conversion...",
"features": [
"Two double bedrooms",
"Modern kitchen with integrated appliances",
"Period features throughout",
"Close to Waterloo station"
],
"images": ["https://...img_01_1024x768.jpg", "..."],
"floorplans": ["https://media.onthemarket.com/.../floorplan.jpg"],
"stations": ["Waterloo (0.1 mi)", "Southwark (0.3 mi)", "Lambeth North (0.4 mi)"],
"agent": {
"name": "Foxtons",
"phone": "020 7846 0000",
"branch": "Waterloo",
"url": "https://www.onthemarket.com/agents/foxtons-waterloo/",
"logo": "https://media.onthemarket.com/agents/.../logo.png"
}
}