ConsoleCatalog
Sign in
ApartmentFinder logo

ApartmentFinder

apartmentfinder.comReal Estateno auth

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

Apartment Details

ASYNCREADNo auth

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

ParametersFormJSON

US state name used in the URL path

City market path segment for the listing

Property listing slug identifying the apartment detail page

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -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"
    }
  }'