Real Estate
ApartmentFinder logo

ApartmentFinder API

apartmentfinder.com

US apartment rental search - city listings, property details, and floor-plan maps.

Actions
6
Category
Real Estate
Login
Not required
Output
JSON

Call the ApartmentFinder API

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

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_apartmentfinder_apartment_detail_ssr",
    "params": {
      "state": "California",
      "city_market_path": "Los-Angeles-Apartments",
      "listing_slug": "Venue-Residences-Apartments-6frth7s"
    }
  }'

6 actions on apartmentfinder.com

Read

  • Apartment Details

    act_apartmentfinder_apartment_detail_ssrread1 credit / call

    Returns apartment details: rent, address, beds, baths, sqft, and images.

    state
    string · required
    city_market_path
    string · required
    listing_slug
    string · required
  • City Listings

    act_apartmentfinder_apartment_city_listing_ssrread1 credit / call

    Returns apartments in a city with titles, prices, addresses, and ratings.

    state
    string · required
    city_market_path
    string · required
  • Floor Plan Map Background

    act_apartmentfinder_floor_plan_map_backgroundread1 credit / call

    Returns the floor-plan map background image and metadata for a property.

    map_id
    string · required
    background_id
    string · required
  • Floor Plan Map Metadata

    act_apartmentfinder_floor_plan_map_metadataread1 credit / call

    Returns floor-plan map metadata: name, style, and layout asset URLs.

    map_id
    string · required
  • Pomona Apartment Details

    act_apartmentfinder_apartment_detail_ssr_r218read1 credit / call

    Returns apartment details for a Pomona-area property: rent, address, beds, and images.

    state
    string · required
    city_market_path
    string · required
    listing_slug
    string · required

Write

Write actions change state on apartmentfinder.com and run as the account you connect.

  • Apartment Search Results

    act_apartmentfinder_apartment_search_resultswrite2 credits / call

    Returns apartments searched in an area with filters, listings, prices, and addresses.

    geography_id
    string · required
    geography_display
    string
    city
    string
    state_code
    string
    market_name
    string
    dma
    string
    latitude
    number
    longitude
    number
    bbox_upper_left_lat
    number
    bbox_upper_left_lon
    number
    bbox_lower_right_lat
    number
    bbox_lower_right_lon
    number
    city_id
    integer
    geography_type
    integer
    available_unit_count
    integer
    bed_filter
    string
    amenity_filter
    string

ApartmentFinder API questions

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