Real Estate
Daft Ireland logo

Daft Ireland API

daft.ie

Irish property marketplace - listings, details, pricing, photos, amenities, and agents.

Actions
5
Category
Real Estate
Login
Not required
Output
JSON

Call the Daft Ireland API

Submit a task, then poll the job until it settles. This example runs act_daft_ie_area_location_autocomplete.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_daft_ie_area_location_autocomplete",
    "params": {
      "area_search_text": "Mullingar"
    }
  }'

5 actions on daft.ie

Read

  • Area Location Autocomplete

    act_daft_ie_area_location_autocompleteread1 credit / call

    Returns matching Irish towns and areas with ids for a search prefix.

    area_search_text
    string · required
  • Property Details

    act_daft_ie_property_detail_ssrread2 credits / call

    Returns full detail for a listing including price, address, beds, size, location, photos, and agent.

    seo_friendly_path
    string · required
  • Property Listing Browse

    act_daft_ie_property_listing_ssrread2 credits / call

    Returns property listings for a path with cards showing price, beds, and location.

    srp_path
    string · required
  • Search Filter Facets

    act_daft_ie_search_filter_facetsread1 credit / call

    Returns available search filters including price, beds, property type, and availability for a section.

    section
    string · required

Write

Write actions change state on daft.ie and run as the account you connect.

  • Property Listing Search

    act_daft_ie_property_listing_searchwrite2 credits / call

    Searches property listings by location and filters, returning paginated results with price, beds, and agent.

    section
    string · required
    geo_shape_id
    string
    srp_path
    string
    page_from
    string
    page_size
    string
    sort
    string
    filter_specs
    string
    search_terms
    string

Daft Ireland API questions

Is there an API for Daft Ireland?
Daft Ireland does not offer a public data API for this, but Anakin Wire provides 5 maintained endpoints for daft.ie. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Daft Ireland data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when daft.ie changes its markup, Anakin updates the action.
Do I need a Daft Ireland account?
No. Every Daft Ireland action listed here runs anonymously — no account and no credentials required.
What does the Daft Ireland API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Real Estate APIs

All Real Estate sites