Discover/har.com API
live

har.com APIwww.har.com

Retrieve active listings and past transactions for Houston real estate agents on HAR.com, including prices, property details, beds/baths, and sold dates.

Endpoints
1
Updated
2mo ago
Try it
Agent ID used in HAR URLs (e.g., 'jsmith' from listings_jsmith).
Comma-separated list of sections to include. Accepted values: 'For Sale', 'For Rent', 'Rec
Agent URL slug used in HAR profile URLs (e.g., 'john-smith' from har.com/john-smith/...).
api.parse.bot/scraper/11c10551-f94a-4d12-916c-30a8e0e3362e/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/11c10551-f94a-4d12-916c-30a8e0e3362e/get_agent_listings?agent_id=jsmith&sections=Recently+Sold&agent_slug=john-smith' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 1 totalclick to expand

Get 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 (Buyer/Seller) and the transaction date.

Input
ParamTypeDescription
agent_idstringAgent ID used in HAR URLs (e.g., 'jsmith' from listings_jsmith).
sectionsstringComma-separated list of sections to include. Accepted values: 'For Sale', 'For Rent', 'Recently Sold', 'Recently Rented', 'Recent Showings'. Empty string returns all sections.
agent_slugstringAgent URL slug used in HAR profile URLs (e.g., 'john-smith' from har.com/john-smith/...).
Response
{
  "type": "object",
  "fields": {
    "agent_id": "string - Agent ID used",
    "sections": "object - Keys are section names (for_sale, for_rent, recently_sold, recently_rented, recent_showings), values are arrays of listing objects with address, zip_code, price, status, property_type, beds, full_baths, half_baths, sqft, mls_number, listing_id, and optionally represented, listed_price, sold_date or rented_date",
    "agent_name": "string - Agent's display name",
    "agent_slug": "string - URL slug used",
    "total_listings": "integer - Total number of listings across all returned sections"
  },
  "sample": {
    "data": {
      "agent_id": "johndoe",
      "sections": {
        "for_sale": [
          {
            "beds": "4",
            "sqft": "3,741",
            "price": "$635,000",
            "status": "Active",
            "address": "123 Main St, Springfield, IL 62704",
            "section": "For Sale",
            "zip_code": "62704",
            "full_baths": "3",
            "half_baths": "1",
            "listing_id": "10821183",
            "mls_number": "3853180",
            "property_type": "Single-Family"
          }
        ]
      },
      "agent_name": "John Doe",
      "agent_slug": "john-doe",
      "total_listings": 10
    },
    "status": "success"
  }
}

About the har.com API

The HAR.com API exposes 1 endpoint — get_agent_listings — that returns up to five categories of listing data for any agent on the Houston Association of Realtors platform. A single call can return active For Sale and For Rent listings, Recently Sold and Recently Rented transactions, and Recent Showings, each with address, price, property type, beds, baths, square footage, and sale dates. The response covers both current inventory and historical transaction records tied to a specific agent.

What the API Returns

The get_agent_listings endpoint retrieves all publicly visible listing activity for a HAR.com agent. The response object includes agent_name, agent_id, agent_slug, and total_listings, plus a sections object whose keys map to the five data categories: for_sale, for_rent, recently_sold, recently_rented, and recent_showings. Each section contains an array of listing objects with fields such as address, zip code, price, status, property type, beds, baths, and square footage. Sold and rented records additionally carry transaction dates and the represented party (buyer or seller).

Input Parameters

You can identify an agent using either agent_id (the short identifier appearing in HAR listing URLs, e.g. jsmith from listings_jsmith) or agent_slug (the profile URL segment, e.g. john-smith from har.com/john-smith/...). At least one of these two identifiers is required. The optional sections parameter accepts a comma-separated list of section names — For Sale, For Rent, Recently Sold, Recently Rented, Recent Showings — so you can limit responses to only the data categories you need rather than fetching all five every time.

Coverage and Scope

HAR.com is the listing platform for the Houston Association of Realtors, so geographic coverage is specific to the Greater Houston area and surrounding markets served by HAR member agents. The API reflects the agent's public-facing activity: current listings under their name and historical transactions where they represented a party. The total_listings field in the response gives a quick count across all returned sections without iterating arrays.

Common use cases
  • Comparing an agent's active inventory count against their historical sold volume to evaluate production levels.
  • Tracking price points and property types in an agent's recently_sold section to understand their typical deal profile.
  • Aggregating for_rent and recently_rented data for agents who specialize in Houston rental markets.
  • Building agent profile pages that display current listings alongside transaction history using address, price, and status fields.
  • Monitoring recent_showings data to identify agents with active buyer-side activity in specific zip codes.
  • Filtering by sections=Recently Sold to pull only closed transaction records for market analysis without fetching active listings.
  • Validating agent representation history (buyer vs. seller) for due diligence in vendor selection.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does HAR.com offer an official developer API?+
HAR.com does not publish a public developer API or documented endpoint access for third-party developers. Data access for the Houston MLS is generally gated through RESO-compliant MLS feeds, which require association membership and separate agreements.
What does the `sections` parameter actually filter, and what happens if I omit it?+
When sections is omitted, the response includes all five categories: for_sale, for_rent, recently_sold, recently_rented, and recent_showings. Passing a comma-separated value like Recently Sold,For Sale restricts the sections object to only those keys, which reduces payload size when you only need a subset of an agent's activity.
Does the API return agent contact information such as phone number, email, or brokerage name?+
Not currently. The response includes agent_name, agent_id, and agent_slug, but does not expose phone numbers, email addresses, or brokerage affiliation fields. You can fork this API on Parse and revise it to add an agent profile endpoint that captures those fields.
Is coverage limited to Houston, and can I use this for other Texas markets?+
HAR.com serves the Houston Association of Realtors, so the platform and its agent data are concentrated in Greater Houston and adjacent markets covered by HAR membership. Agents operating primarily in Austin, Dallas, or San Antonio are not represented on HAR.com and will not appear in results.
Does the API support pagination for agents with large transaction histories?+
The endpoint returns all available listings across the requested sections in a single response rather than paginating. For agents with extensive histories, the total_listings field indicates the full count returned. If you need paginated access or deeper historical archives beyond what HAR.com exposes publicly, you can fork the API on Parse and revise it to add pagination logic.
Page content last updated . Spec covers 1 endpoint from www.har.com.
Related APIs in Real EstateSee all →
idealista.pt API
Search and filter property listings across Portugal by location, price, and size, then access detailed information about each property including its characteristics and pricing history. Monitor how property prices change over time to help you make informed decisions about buying or selling real estate.
cookcountyil.gov API
Search Cook County property tax records, look up court cases, find code violations, and get department contact information all in one place. Quickly access public records and government contacts without navigating multiple websites.
amberstudent.com API
Search student accommodation listings across popular cities and access comprehensive property information including room types, pricing trends, and tenant reviews. Get detailed insights into student housing options to compare amenities, prices, and community feedback all in one place.
immobiliare.it API
Search Italian property listings for sale or rent, browse real estate agencies, and explore price trends across Italian cities — all via immobiliare.it.
homes.com API
Search for real estate agents and properties available for sale or rent, while accessing detailed agent profiles with their 1-year transaction history, active listings, and performance statistics. Get comprehensive property details and agent information all in one place to help you find the right agent or property that matches your needs.
beijing.anjuke.com API
Search Beijing real estate listings for second-hand homes and rentals, view detailed property information and price trends, and discover agents and community-specific listings. Get access to the Beijing house price index to track market movements and make informed decisions about property purchases or rentals.
58.com Housing API
Access real-time housing market data from 58.com (58同城), China's largest classifieds platform. Search house price trends across 31+ major Chinese cities at city, district, and neighborhood levels, and browse hot new property developments with prices, floor plans, and location details.
zapimoveis.com.br API
Search and filter real estate listings across Brazil on ZAP Imóveis — the country's largest property portal. Retrieve listings for sale or rent with detailed attributes including price, location, size, bedrooms, bathrooms, parking, and amenities. Supports location autocomplete, property type discovery, and full listing detail retrieval.