Amberstudent: Search Listings
Amberstudent via Parse · real_estate
Search for student accommodation listings by city or region. Returns paginated results with property pricing, metadata, descriptions, images, and location. Pagination via integer page counter; each result object carries a canonical_name usable as the slug for detail endpoints. Omitting query returns all active listings globally (2000+). Access student accommodation data from amberstudent.com, including listings search, property details, room types, reviews, price trends, and popular cities by country. Fulfilled by Parse from amberstudent.com.
- amberstudent
- amberstudent-com
- education
- parse
- platform-key
- real-estate
- reviews-ratings
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/1452ac1e-93a1-4534-a1c4-9fb928512e1f/search_listings
- Interface artifact
- sha256:ae69a012ea3202988642728f7b4e81f065edd30ca1a3199569b46f81542b6197
- Manifest digest
- sha256:ebc6e72201b6b3cebf9292577775fab14b44cd79623921f7f6a45c59f3b2a281
Request fields
- page (integer): Page number for pagination.
- limit (integer): Max results per page (1-100).
- query (string): City or region canonical name to filter by (e.g. 'london', 'melbourne', 'tempe-1811051325535'). Omitting returns all active listings.: Allowed values: london, melbourne, chicago, new-york-city, austin
- filters (object): Additional filter parameters as a JSON object. Keys are merged into the query parameters sent upstream.
- sort_key (string): Key to sort results by (e.g. 'price', 'relevance').
- sort_order (string): Sort direction: 'asc' or 'desc'.: Allowed values: asc, desc
Example queries
- {"page":"1","limit":"3","query":"london","filters":"{}","sort_key":"price","sort_order":"asc"}