Exprealty: Search Listings
Exprealty via Parse · real_estate
Search for property listings by location query or slug. Supports pagination. Either query or slug must be provided. When query is used, it first resolves to a slug via discover_location internally. Returns listing summaries with address, price, bedrooms, bathrooms, and navigation paths for detail lookups. API for extracting property listings and details from exprealty.com. Supports location discovery, paginated search, and rich property details including images, agent info, and history. Fulfilled by Parse from exprealty.com.
- b2b-directory
- exprealty
- exprealty-com
- maps-geo
- parse
- platform-key
- real-estate
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/7d9916c3-50d1-44fd-95ec-a35040ab22b8/search_listings
- Interface artifact
- sha256:429cc9e3f1cdbe5436fb5c49d101aa5d796d611094071b9d46a884a9b59b9ec6
- Manifest digest
- sha256:49a9b7b3056b0f0227d4fe375fd5f0a70ce88d039b39e822033db954532698a7
Request fields
- page (integer): Page number for pagination.
- slug (string): Area slug for the location (e.g. 'austin-tx-real-estate'). Can be obtained from discover_location results' url_path field.
- query (string): Location query (e.g. 'Austin, TX'). Used to auto-discover a slug if slug is not provided.
Example queries
- {"page":"1","slug":"austin-tx-real-estate","query":"Austin, TX"}