Zoopla Scraper

ENDPOINTS
GET/properties/agent-contact

Get Property Agent Contact

Estate agent contact for one listing: agent name, phone numbers, branch id + profile link, and the listing address.

QUERY PARAMS

A Zoopla listing id (every search result carries it as id) or any zoopla.co.uk listing URL.

Examples:

  • Id: 74017763
  • Link: https://www.zoopla.co.uk/for-sale/details/74017763/
{
  "listing_id": 74017763,
  "listing_link": "https://www.zoopla.co.uk/for-sale/details/74017763/",
  "address": "Clifford Road, Walthamstow E17",
  "agent": {
    "branch_id": 58585,
    "name": "Estates East - Walthamstow",
    "brand_name": "Estates East",
    "company_id": 31463,
    "phone": "020 8520 9300",
    "lettings_phone": "020 8539 4213",
    "commercial_phone": null,
    "logo": "https://st.zoocdn.com/zoopla_static_agent_logo_(778425).png",
    "link": "https://www.zoopla.co.uk/find-agents/branch/estates-east-walthamstow-london-58585/",
    "is_developer": false
  }
}