KW: Search Listings
KW via Parse · real_estate
Search real estate listings within a geographic boundary on kw.com. Returns paginated results sorted by the chosen criteria. Each page returns up to 50 listings with full property details including pricing, address, facets, images, and status. The boundary_id identifies a geographic region (country, state, city, neighborhood, etc.) used by kw.com's search system. Search and retrieve real estate listing information from Keller Williams (kw.com) by geographic boundary. Fulfilled by Parse from kw.com.
- kw
- kw-com
- maps-geo
- marketplace
- 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/6c0967b3-68a2-4deb-a02a-d43684ad2a95/search_listings
- Interface artifact
- sha256:14da487f7146b965cbf96680e4677fb1da76752c5058586ae52eb8d060aa347d
- Manifest digest
- sha256:b923b8e72fd1cd5d8d60af5046023d159948864c561d04c6361dc5a27dca0566
Request fields
- page (integer): Page number for pagination (1-indexed).
- sort_by (string): Field to sort results by.: Allowed values: listingUpdateDate, listPrice, listingDate
- page_size (integer): Number of listings per page (1-50).
- boundary_id (string, required): Geographic boundary identifier used by kw.com (e.g. '1030721389347824' for México). Obtainable from kw.com search URLs.
- sort_direction (string): Sort direction.: Allowed values: asc, desc
- listing_category (string): Listing category filter.: Allowed values: sale, rent, sold
Example queries
- {"sort_by":"listingUpdateDate","boundary_id":"1030721389347824","sort_direction":"asc","listing_category":"sale"}