HAR: Get Agent Listings
HAR via Parse · real_estate
Retrieve all active listings and past transactions for a HAR.com real estate agent. Returns data across sections: For Sale, For Rent, Recently Sold, Recently Rented, and Recent Showings. Each listing includes address, zip code, price, status, property type, beds/baths/sqft, and for sold/rented properties: who the agent represented and the transaction date. Requires either agent_slug or agent_id to identify the agent; both are recommended for reliable resolution. Sections can be filtered via a comma-separated string of Section codes. Extract active listings and past real estate transactions for agents on HAR.com (Houston Association of Realtors). Returns property details including address, price, represented party (buyer/seller), sold dates, property type, and more. Fulfilled by Parse from www.har.com.
- b2b-directory
- har
- maps-geo
- parse
- platform-key
- real-estate
- www-har-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/11c10551-f94a-4d12-916c-30a8e0e3362e/get_agent_listings
- Interface artifact
- sha256:70d3f2e88285df29662a9f66f59ac25d8e81dfc0ed4e1121b7a41b8bc0a02355
- Manifest digest
- sha256:1edd650027ae2bf3a629bdc04ea66fe24037494ca8fc441d2516422fe089e868
Request fields
- agent_id (string): Agent ID used in HAR URLs (e.g., 'susangar' from listings_susangar).
- sections (string): Comma-separated list of sections to include. Empty string returns all sections.
- agent_slug (string): Agent URL slug used in HAR profile URLs (e.g., 'susan-garczynski' from har.com/susan-garczynski/...).
Example queries
- {"agent_id":"susangar","sections":"Recently Sold","agent_slug":"susan-garczynski"}