Jitty UK AI Property Scraper avatar

Jitty UK AI Property Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Jitty UK AI Property Scraper

Jitty UK AI Property Scraper

Scrape residential property listings from jitty.com, extract properties across the UK with 20+ filters, including AI vision search.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

AbotAPI

AbotAPI

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 hours ago

Last modified

Share

Jitty UK Property Scraper

Scrape residential property listings from jitty.com, a UK property search platform with AI-powered features, price-per-sqft analysis, and detailed property insights. Sale listings only. Extract properties across the UK with 20+ filters including AI vision search.

Features

  • UK-wide coverage - search any location (London, Manchester, Bath, etc.)
  • 20+ filters - property type, price, bedrooms, ownership, condition, style, area, date added, AI vision tags, and more
  • AI vision search - find properties by visual features (cottage, sea views, warehouse conversion, etc.)
  • Rich data - coordinates, area, tenure, EPC, council tax, agent, features, nearby stations from detail pages
  • ~23 listings per page with automatic pagination

Quick Start

Properties for sale in London

{
"mode": "search",
"location": "london",
"max_pages": 5
}

Flats under 500k in Greenwich

{
"mode": "search",
"location": "greenwich",
"property_type": "flat",
"max_price": 500000
}

Period properties with fireplaces

{
"mode": "search",
"location": "bath",
"exterior_style": "period",
"interior_features": ["fireplace"]
}

AI vision search - cottages with sea views

{
"mode": "search",
"look_for": "sea_views",
"property_type": "detached",
"max_properties": 50
}

New listings in the last 24 hours

{
"mode": "search",
"location": "london",
"date_added": "24h",
"max_pages": 3
}

Input Parameters

ParameterTypeDefaultDescription
modestringsearchsearch (build URL from filters) or url (use provided URLs)
urlsarray-URLs to scrape (url mode only)
locationstring-Location (e.g. "london", "bath", "greenwich", "manchester")
look_forstring-AI vision search (e.g. "cottage", "sea_views", "warehouse_conversion")
property_typestring-flat, detached, semi-detached, terraced, bungalow, maisonette, land, boat, mobile-home, parking
bedroomsinteger-Minimum bedrooms (0=Studio+)
min_priceinteger-Minimum price in GBP
max_priceinteger-Maximum price in GBP
ownershipstring-freehold, leasehold, shared-ownership, share-of-freehold
conditionstring-good, renovation-potential, renovation-needed, derelict
exterior_stylestring-period, contemporary, early-modern, late-modern
date_addedstring-24h, 3d, 1w, 1m
min_area_sqftinteger-Minimum floor area in sqft
max_area_sqftinteger-Maximum floor area in sqft
outside_spacestring-garden, large-garden, balcony, roof-terrace, communal-garden, patio
interior_featuresarray-fireplace, exposed-brickwork, high-ceilings, sash-windows, wooden-beams, vaulted-ceilings, open-plan-kitchen, kitchen-island, breakfast-bar
green_techstring-solar-panels, ev-charger, heat-pump, underfloor-heating
max_propertiesinteger10Max properties to scrape (0=unlimited)
max_pagesinteger5Max search result pages (~23 listings/page)
proxyobjectApify residential GBProxy configuration

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 Fields

FieldDescription
idProperty slug/ID
titleProperty street and area
addressFull address from detail page
priceFormatted price (e.g. "£2,000,000")
price_numericPrice as integer
currencyAlways "GBP"
bedroomsNumber of bedrooms
bathroomsNumber of bathrooms
property_typeFlat, Terraced, Detached, etc.
property_type_detailMore specific type (e.g. "End of Terrace")
price_per_sqftPrice per square foot
area_sqftFloor area in square feet
ownershipFreehold, Leasehold, etc.
living_spacesNumber of living spaces
council_tax_bandCouncil tax band (A-H)
epc_current_scoreCurrent EPC score
epc_current_ratingCurrent EPC rating (A-G)
epc_potential_scorePotential EPC score
epc_potential_ratingPotential EPC rating (A-G)
lease_years_remainingLease years remaining (leasehold only)
estate_agentEstate agent name
latitudeProperty latitude
longitudeProperty longitude
tagsAI feature tags from search card
featuresComplete feature list from detail page
nearby_stationsTransport stations with distances
imagesProperty image URLs (up to 10)
image_countTotal images available
urlFull property URL