apartments.com API: search_properties
apartments.com via Parse · real_estate
Search for apartment listings by city, region, or coordinates with advanced filters. Returns up to 40 properties per page. Either query or lat+lng must be provided. Search apartment listings, get property details, and find properties by management company on Apartments.com. Fulfilled by Parse from apartments.com.
- apartments-com
- maps-geo
- parse
- platform-key
- real-estate
- reviews-ratings
Price and execution
- Price
- $0.06 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- real_estate
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/623cb755-df0e-49e0-ae8b-63558585a1c2/search_properties
- Interface artifact
- sha256:bd9004f7f977d121119f1f93657214d612700b132b0314a016eef875cf5ced87
- Manifest digest
- sha256:7a78acc2f357fcb7f58352ebbc96601595e08c3d35c27e4b7312a81da9bf175d
Request fields
- lat (number): Latitude for coordinate-based search. Must be provided together with lng.
- lng (number): Longitude for coordinate-based search. Must be provided together with lat.
- page (integer): Page number for pagination.
- query (string): Location search query (e.g., 'New York, NY', 'Sunnyvale, CA'). Either query or lat+lng required.
- radius (number): Search radius in miles when using lat/lng search.
- max_beds (integer): Maximum number of bedrooms.
- max_rent (integer): Maximum monthly rent filter.
- min_beds (integer): Minimum number of bedrooms.
- min_rent (integer): Minimum monthly rent filter.
- min_sqft (integer): Minimum square footage.
Example queries
- {"query":"New York, NY"}