OnTheMarket Scraper
Pricing
from $10.00 / 1,000 results
Go to Apify Store

With
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
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
| Field | Type | Default | Description |
|---|---|---|---|
area | string (required) | london | Area slug (london, manchester, brighton, london-greenwich, sw1, …) |
mode | enum (required) | for-sale | for-sale / to-rent / new-homes |
minPrice / maxPrice | int | — | Price range in GBP (per month for rent) |
minBedrooms / maxBedrooms | int | — | Bedroom range |
propertyType | enum | any | flats, detached-houses, bungalows, etc. |
radius | enum | 0 | Miles around the area: 0 / 0.25 / 0.5 / 1 / 3 / 5 / 10 / 15 / 20 / 30 / 40 |
sort | enum | featured | featured / newest / price_asc / price_desc |
furnished | enum | any | Rent only: furnished / part-furnished / unfurnished |
includeUnderOffer | bool | true | Include under-offer / sold STC properties (sale mode) |
includeLetAgreed | bool | true | Include let-agreed properties (rent mode) |
maxPages | int (1–50) | 1 | Result pages to fetch (~24 properties per page) |
includeDetails | bool | false | Per-property detail-page fetch |
maxListings | int | 0 | Hard cap on items pushed |
impersonate | enum | chrome124 | curl_cffi TLS profile |
proxyConfiguration | object | RESIDENTIAL (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"}}