Padmapper: Search Listings
Padmapper via Parse · real_estate
Search for rental listings in a given city with optional filters for price range and bedroom count. Returns paginated listing results along with neighborhood data for the city. Each page returns up to ~20 listings. Pagination is via page number. APIs to search, browse, and extract details for rental listings from PadMapper. Supports city-based searches, map-based discovery, and detailed property info including contact details and price trends. Fulfilled by Parse from padmapper.com.
- b2b-directory
- maps-geo
- padmapper
- padmapper-com
- parse
- platform-key
- real-estate
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- real_estate
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/aa36e0b6-65ae-43b9-8e67-32513ddb6d73/search_listings
- Interface artifact
- sha256:811b6b308720d85e42ab01d145364983c262a4b99ccb71a3514b2d90bac2fa83
- Manifest digest
- sha256:c4e61d52c893c7dfac9a1b65f558bad84643aaa85d9bf1fc0ac39cd10cf7ab9c
Request fields
- page (integer): Page number for pagination.
- bedrooms (string): Comma-separated list of bedroom counts to filter by (0 for studio, 1, 2, 3, 4). Example: '0,1,2'.
- city_slug (string, required): City slug identifying the market to search, formatted as city-state (e.g. 'montreal-qc', 'toronto-on', 'new-york-ny').
- max_price (integer): Maximum monthly rent price filter.
- min_price (integer): Minimum monthly rent price filter.
Example queries
- {"page":"1","bedrooms":"1,2","city_slug":"montreal-qc","max_price":"3000","min_price":"1000"}