Discover/texasrealestate.com API
live

texasrealestate.com APItexasrealestate.com

Search and retrieve profiles from the official Texas REALTORS® directory. Access contact details, designations, social links, and firm data via 3 endpoints.

Endpoints
3
Updated
3mo ago
Try it
Page number starting from 1
Two-letter US state code
City name or ZIP code to search in
Company name to filter by
Last name to filter by
First name to filter by
api.parse.bot/scraper/fd7bb7e2-e3c5-4b41-b156-7f23fd5b105d/<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/fd7bb7e2-e3c5-4b41-b156-7f23fd5b105d/search_realtors?page=1&state=TX&location=Dallas' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

Search for realtors in Texas by location and other filters. Returns a paginated list of realtors with basic info and profile links. Results are randomized per session by the upstream site.

Input
ParamTypeDescription
pageintegerPage number starting from 1
statestringTwo-letter US state code
locationstringCity name or ZIP code to search in
firm_namestringCompany name to filter by
last_namestringLast name to filter by
first_namestringFirst name to filter by
Response
{
  "type": "object",
  "fields": {
    "page": "integer current page number",
    "realtors": "array of realtor summary objects with id, name, company, location, bio_snippet, profile_url",
    "total_results": "integer total number of matching realtors",
    "results_per_page": "integer number of results per page (25)"
  },
  "sample": {
    "data": {
      "page": 1,
      "realtors": [
        {
          "id": "576085",
          "name": "Petrina Bullard",
          "company": "Ready Real Estate LLC",
          "location": "Dallas,  TX 75206",
          "bio_snippet": "I offer 1% rebate (cash back) to all buyers.",
          "profile_url": "https://www.texasrealestate.com/realtors/profile?id=576085"
        }
      ],
      "total_results": 13088,
      "results_per_page": 25
    },
    "status": "success"
  }
}

About the texasrealestate.com API

The texasrealestate.com API provides access to the official Texas REALTORS® directory through 3 endpoints, covering agent search, full profile retrieval, and filter metadata. The search_realtors endpoint accepts location, firm name, and name filters and returns paginated lists of agents with IDs and profile links. The get_realtor_profile endpoint returns contact numbers, designations, website URLs, and social media links for any agent by numeric ID.

Searching the Texas REALTORS® Directory

The search_realtors endpoint accepts up to six filter parameters: location (city name or ZIP code), state, firm_name, first_name, last_name, and page. Each response returns up to 25 results per page alongside a total_results count, making it straightforward to walk through large result sets. Note that the source directory randomizes result ordering per session, so the same query may return results in a different sequence across calls.

Realtor Profile Data

Passing a numeric id from search results to get_realtor_profile returns the full agent record: name, company, city, website, mobile_phone, office_phone, designations (comma-separated credential codes), and a social_links array of profile URLs. The note field carries any informational text the agent has attached to their listing. Fields not populated by the agent are returned as empty strings rather than omitted.

Search Form Metadata

The get_search_form_options endpoint takes no inputs and returns three arrays: languages, specialties, and designations. Each specialty and designation entry includes both a human-readable name and a machine-readable value, suitable for populating filter UIs or validating inputs before passing them to search_realtors. This endpoint is useful for discovering the full set of supported filter values without guessing at string formats.

Common use cases
  • Build a Texas agent finder app filtered by city or ZIP using location and firm_name parameters
  • Compile a contact list of agents with specific designations by cross-referencing get_search_form_options values with search_realtors results
  • Enrich a CRM with mobile and office phone numbers retrieved from get_realtor_profile
  • Aggregate social media profiles for Texas agents using the social_links array from profile responses
  • Index agent websites by collecting the website field across paginated search_realtors results
  • Identify all agents at a specific brokerage by filtering search_realtors with firm_name
  • Populate language and specialty filter dropdowns in a client-facing search tool using get_search_form_options
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 Texas REALTORS® have an official developer API?+
Texas REALTORS® does not publish a documented public developer API. The data accessible here comes from their member directory at texasrealestate.com.
What does `get_realtor_profile` return beyond what the search results include?+
search_realtors returns a summary record with name, company, location, a bio snippet, and a profile URL. get_realtor_profile adds mobile_phone, office_phone, website, designations, and a social_links array — none of which appear in the search list response.
Why might the same search query return results in a different order on repeated calls?+
The Texas REALTORS® directory randomizes result ordering per session. There is no sort parameter exposed, so pagination across large result sets may include duplicates or gaps between pages. Plan accordingly if you need a complete, deduplicated dataset.
Does the API expose license numbers or MLS IDs?+
Not currently. The profile endpoint returns designations, contact details, and social links, but not Texas real estate license numbers or MLS identifiers. You can fork this API on Parse and revise it to add an endpoint targeting the relevant profile section if that data becomes available in the directory.
Can I filter `search_realtors` by language or specialty?+
The current search_realtors endpoint accepts location, state, firm_name, first_name, and last_name as filters. Language and specialty filters are not currently supported as query parameters, though get_search_form_options does return their possible values. You can fork this API on Parse and revise it to add those filter parameters to the search endpoint.
Page content last updated . Spec covers 3 endpoints from texasrealestate.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.