Real Estate
Casa Italy logo

Casa Italy API

casa.it

Italian property marketplace - listings by location, details, and nearby comparisons.

Actions
7
Category
Real Estate
Login
Not required
Output
JSON

Call the Casa Italy API

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

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_casa_it_comparable_search_suggestion",
    "params": {
      "listing_id": "54078315",
      "viewed_price": "257000"
    }
  }'

7 actions on casa.it

Read

  • Property Listings

    act_casa_it_property_listing_ssrread1 credit / call

    Returns property listings for a city with price, address, beds, and size.

    transaction_type
    string · required
    city_slug
    string · required

Write

Write actions change state on casa.it and run as the account you connect.

  • Comparable Search Suggestion

    act_casa_it_comparable_search_suggestionwrite2 credits / call

    Suggests comparable-listing filters and a search URL for a viewed property.

    listing_id
    string · required
    viewed_price
    string · required
    srp_listing_ids
    array
    location_hkey
    string
  • Listing Filter Facets

    act_casa_it_listing_filter_facets_aggregatewrite2 credits / call

    Gets property-type facet counts and filter aggregates for a city search.

    location_id
    string · required
    city_slug
    string · required
    transaction_type
    string · required
    property_type_group
    string · required
  • Location Autocomplete

    act_casa_it_location_autocomplete_suggestwrite2 credits / call

    Resolves a city or comune query into locations with ids, coordinates, and listing counts.

    city_query
    string · required
    channel
    string
    property_type_group_param
    string
  • Neighborhood Zone Directory

    act_casa_it_neighborhood_zone_directorywrite2 credits / call

    Lists neighborhood zones under a comune with ids and listing counts.

    children_uri
    string · required
    transaction_type
    string
  • Property Search

    act_casa_it_property_search_georeachwrite2 credits / call

    Searches properties returning cards with price, rooms, size, and agency info.

    city_slug
    string · required
    transaction_type
    string · required
    property_type_group
    string · required
    price_min
    string
    price_max
    string
    bedrooms_min
    string
    page
    string
  • Search Facets and POI

    act_casa_it_search_results_facets_poiwrite2 credits / call

    Gets listing counts, property-type aggregates, and nearby point-of-interest facets for a city.

    city_slug
    string · required
    transaction_type
    string · required
    property_type_group
    string · required
    price_min
    string
    price_max
    string
    bedrooms_min
    string
    area_sqm_min
    string

Casa Italy API questions

Is there an API for Casa Italy?
Casa Italy does not offer a public data API for this, but Anakin Wire provides 7 maintained endpoints for casa.it. 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 Casa Italy 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 casa.it changes its markup, Anakin updates the action.
Do I need a Casa Italy account?
No. Every Casa Italy action listed here runs anonymously — no account and no credentials required.
What does the Casa Italy 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