💫 Scrape agents data from Realtor.com
Realtor.com is a real estate listings website operated by the News Corp subsidiary Move, Inc. and based in Santa Clara, California. It is the second most visited real estate listings website in the United States as of 2021, with over 100 million monthly active users.
Scrape data from Realtor.com about real-estate agents in specific region inside United States. Search for Agent, Group, Company based on multiple criteria.
Example #1: Basic Usage
1{ 2 "location": "Washington, DC", 3 "search_type": "agent", 4 "offset": 0, 5 "limit": 5 6}
parameter | type | argument | description |
---|---|---|---|
location | string | city, state, postal-code | Agent marketing area |
search_type | string | agent, team, company | Type of agent to search |
offset | integer | default=0 | Start from specific offset |
limit | integer | default=5 | Limit number of results |
1[{ 2 "address": { 3 "line": "10328 Sepulveda Blvd.", 4 "line2": "", 5 "city": "Mission Hills", 6 "postal_code": "91345", 7 "state_code": "CA", 8 "state": "", 9 "country": "US" 10 }, 11 "advertiser_id": 45968, 12 "agent_rating": 5, 13 "background_photo": { 14 "href": "https://ap.rdcpix.com/1412695029/b0bac9e3d7e9e9a2ba7469dd19c6120eg-c0s.jpg" 15 }, 16 "broker": { 17 "fulfillment_id": 3421666, 18 "designations": [], 19 "name": "Pinnacle Estate Properties, Inc - Broker", 20 "accent_color": "Transparent", 21 "photo": { 22 "href": "" 23 }, 24 "video": "" 25 }, 26 "description": "You might consider **** an adventurer. However, she describes her enjoyment for sky diving, skiing, hiking and mountain climbing as a \"calculated\" risk enjoyment. **** enjoys setting new goals and working diligently to attain them. A woman of intensity and action, **** does not have patience for a \"can't do\" attitude! \"I love what I do, believe in what I do and am committed to being the best\" Her passion for Real Estate and her commitment to succeed keeps her striving to always be on the cutting edge of this ever-changing Real Estate market.", 27 "designations": [], 28 "first_month": 4, 29 "first_name": "*****", 30 "first_year": 1993, 31 "has_photo": true, 32 "href": "http://********.com", 33 "id": "5673a0e67e54f701001dfc85", 34 "is_realtor": true, 35 "languages": [], 36 "last_name": "*****", 37 "last_updated": "Sat, 22 Jan 2022 08:20:33 GMT", 38 "marketing_area_cities": [ 39 { 40 "city_state": "Los Angeles_CA", 41 "name": "Los Angeles", 42 "state_code": "CA" 43 }, 44 {...} 45 ], 46 "mls": [ 47 { 48 "member": { 49 "id": "F210077879" 50 }, 51 "abbreviation": "SVCA", 52 "type": "A", 53 "primary": true, 54 "license_number": "00920540" 55 } 56 ], 57 "mls_history": [], 58 "nar_only": 1, 59 "nick_name": "", 60 "nrds_id": "207077879", 61 "office": { 62 "name": "Pinnacle Estate Properties, Inc", 63 "mls": [ 64 { 65 "member": { 66 "id": "F2435003" 67 }, 68 "abbreviation": "SVCA", 69 "type": "O", 70 "primary": true 71 } 72 ], 73 "phones": [ 74 { 75 "ext": "", 76 "number": "(***) ***-****", 77 "type": "Office" 78 } 79 ], 80 "phone_list": { 81 "phone_1": { 82 "type": "Office", 83 "number": "********", 84 "ext": "" 85 } 86 }, 87 "photo": { 88 "href": "" 89 }, 90 "slogan": "", 91 "website": "", 92 "video": null, 93 "fulfillment_id": 1404775, 94 "address": { 95 "line": "10328 Sepulveda Blvd.", 96 "line2": "", 97 "city": "Mission Hills", 98 "postal_code": "91345", 99 "state_code": "CA", 100 "state": "", 101 "country": "US" 102 }, 103 "email": "blackjeff@aol.com", 104 "nrds_id": null, 105 "feed_licenses": [], 106 "licenses": [] 107 }, 108 "party_id": 4032941, 109 "person_name": "**** **** Real Estate Resource Team", 110 "phones": [ 111 { 112 "ext": "", 113 "number": "(***) ***-****", 114 "type": "Mobile", 115 "key": "phone_1" 116 }, 117 { 118 "ext": "", 119 "number": "(***) ***-****", 120 "type": "Office", 121 "key": "phone_2" 122 } 123 ], 124 "photo": { 125 "href": "https://ap.rdcpix.com/250870895/e78d3aa102330d14261d34e9bd64569aa-c0s.jpg" 126 }, 127 "recommendations_count": 0, 128 "review_count": 3, 129 "role": "agent", 130 "served_areas": [ 131 { 132 "name": "Chatsworth", 133 "state_code": "CA" 134 }, 135 {...} 136 ], 137 "slogan": "Work is only work if you'd rather be doing something else...", 138 "specializations": [ 139 { "name": "Buyers" }, 140 { "name": "Probates & Income Properties" }, 141 { "name": "Condo & Townhomes" }, 142 { "name": "Estate Properties" }, 143 { "name": "Residential Homes" } 144 ], 145 "title": "Agent", 146 "types": "agent", 147 "user_languages": [ 148 "English", 149 "Spanish" 150 ], 151 "web_url": "https://www.realtor.com/realestateagents/****-****-Real-Estate-Resource-Team_Mission-Hills_CA_45968_021229297", 152 "zips": [ 153 "91311", 154 "91324", 155 "91325", 156 "91331" 157 ], 158 "email": "****", 159 "full_name": "****", 160 "name": "****", 161 "agent_type": [ 162 "buyer", 163 "seller" 164 ], 165 "social_media": { 166 "facebook": { 167 "href": "http://www.facebook.com/********", 168 "type": "facebook" 169 } 170 }, 171 "areas_of_business": [], 172 "video": null, 173 "product_code": null, 174 "products": null, 175 "raw_products": null, 176 "data_flags": null, 177 "feed_licenses": [ 178 { 179 "country": "US", 180 "state_code": "CA", 181 "license_number": "00920540" 182 } 183 ], 184 "for_sale_price": { 185 "count": 7, 186 "min": 410000, 187 "max": 1325000, 188 "last_listing_date": "2022-07-18T18:26:13Z" 189 }, 190 "recently_sold": { 191 "count": 68, 192 "min": 245000, 193 "max": 1855000, 194 "last_sold_date": "2022-05-27" 195 }, 196 "agent_team_details": { 197 "is_team_member": false 198 } 199}]
... almost there ...
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!