Rent: Search Listings
Rent via Parse · real_estate
Search for rental listings by location slug. Supports filtering by beds, baths, price range, and pets. Returns paginated results with listing summaries. API for extracting rental property listings, details, pricing, amenities, schools, and nearby places from Rent.com. Fulfilled by Parse from rent.com.
- education
- maps-geo
- parse
- platform-key
- real-estate
- rent
- rent-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- real_estate
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/96daaf79-fa1b-47a3-aa2f-324aa5295942/search_listings
- Interface artifact
- sha256:0f3371ab02c71d3716ca51369a5c29e25619bc6f3a49ba7252ab5c7b04dc7637
- Manifest digest
- sha256:a72d580dc79c96a78faa8abf772dbca1cb93795958538a99367c3904c7307767
Request fields
- beds (string): Filter by number of bedrooms.
- page (integer): Page number for pagination (1-based).
- pets (string): Pet filter (e.g. 'dogs', 'cats').
- sort (string): Sort order for results.
- baths (string): Filter by number of bathrooms.
- price_max (string): Maximum monthly rent price filter.
- price_min (string): Minimum monthly rent price filter.
- location_slug (string, required): Location slug in format 'state/city'. Accepted values: 'texas/austin', 'new-york/new-york', 'california/los-angeles'.: Allowed values: texas/austin, new-york/new-york, california/los-angeles
Example queries
- {"page":"1","location_slug":"texas/austin"}