Studapart: Search Listings
Studapart via Parse · real_estate
Search for student housing listings by city with rent filters. Returns paginated results containing individual room/unit entries from both private rentals and student residences. Each item includes pricing, surface area, services, availability windows, and media. Pagination is manual via offset/limit; total count is returned for client-side page calculation. Search and retrieve student housing listings across France and Europe, including private rentals, shared apartments, and dedicated student residences with details on pricing, amenities, and availability. Fulfilled by Parse from studapart.com.
- education
- marketplace
- parse
- platform-key
- real-estate
- studapart
- studapart-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/f1b473ae-8933-43f7-a9ff-39ffd216611a/search_listings
- Interface artifact
- sha256:d9178a6026fd569e86b65aba6760751b84bd330968a00a8baa4809b82ac9d567
- Manifest digest
- sha256:cc9a743eb7ec01e663bc8b296a9c2dd79c8fcf791de129c27943d0ff87697d16
Request fields
- city (string): City slug to search in. Use values from list_cities endpoint.
- limit (integer): Number of results per page.
- offset (integer): Offset for pagination (number of items to skip).
- rent_max (integer): Maximum monthly rent including expenses, in euros.
- rent_min (integer): Minimum monthly rent in euros.
Example queries
- {"city":"paris","limit":"5","offset":"0","rent_max":"3500","rent_min":"1"}