๐ Zillow Agents Finder
Pricing
from $3.99 / 1,000 results
๐ Zillow Agents Finder
Extract real estate agents and mortgage lenders from Zillow at scale โ by URL, screen name, or location-based directory search.
Pricing
from $3.99 / 1,000 results
Rating
0.0
(0)
Developer
ScrapeLabs
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
๐ Zillow Agents & Lenders Finder
Extract real estate agents and mortgage lenders from Zillow at scale โ by URL, screen name, or location-based directory search. Built with a smart 3-tier proxy fallback ladder that automatically routes around blocks without you lifting a finger.
๐ค Why Choose Us?
- ๐ช Smart proxy ladder โ starts direct, escalates to Apify Datacenter โ Residential only when Zillow pushes back. No wasted proxy spend on requests that work.
- ๐งพ Two output shapes โ flip Full Agent Detail on for sales stats / licenses / phones / service areas, or keep it off for a slim card-style dataset.
- ๐ฐ Lenders too โ same directory + profile pipeline, with a
lender_fieldsallowlist to trim the payload. - ๐ Bulk inputs โ paste 1 or 10 000 profile URLs, screen names, or agent names โ all in one field.
- ๐ Filters that matter โ specialty, language, top-agent, buying/selling, lender sort order.
- ๐ Live dataset push โ every scraped profile lands in the dataset as soon as it's parsed, so a crash never costs you the run.
- ๐ Three pre-built views โ Overview, Agent Detail, Lenders โ switch in the Console without writing a query.
โจ Key Features
- โ Search agents or lenders by city / state
- โ
Fetch profiles directly by URL or
@ScreenName - โ
Profile sub-tabs โ
sales,rentals,sold,reviews - โ Specialty filter โ 12 Zillow specialties (luxury, foreclosure, military, โฆ)
- โ Language filter โ 24 languages
- โ Top Agent / Buying / Selling flags
- โ Sort lenders by relevance, location, or rating
- โ Pulls real rating from the HTML (not the cached JSON average)
- โ Live partial results โ push happens per-profile, mid-run crashes never lose data
๐ Input
| Field | Type | Required | Description |
|---|---|---|---|
urls | array<string> | โช | Bulk URLs / @screenNames / agent names. Empty = pure directory crawl. |
operation | string | โช | agents (default) or lenders |
location | string | โช* | City / state geo seed. *Required unless every urls item is a direct URL or @name. |
limit | integer | โช | Max records (0 = unlimited). Default 20. |
agent_detail_info | boolean | โช | true โ full profile; false โ compact card |
specialty | string | โช | One of 12 Zillow specialty slugs |
language | string | โช | One of 24 languages |
is_top_agent / is_buying / is_selling | boolean | โช | Agent filters |
sort_lenders | string | โช | relevance / location / rating |
lender_fields | array<string> | โช | Multi-select allowlist of lender fields (dropdown: aboutMe, address, cellPhone, companyName, confirmedReviews, contactLenderFormDisclaimer, employerMemberFDIC, employerScreenName, equalHousingLogo, faxPhone, hideCellPhone, individualName, languagesSpoken, memberFDIC, nmlsType, officePhone, rating, recentReviews, stateLicenses, stateSponsorships, title, totalReviews) |
proxyConfiguration | object | โช | Optional override. Default = no proxy + auto-escalation. |
๐ก Example input
{"operation": "agents","location": "New York","limit": 20,"agent_detail_info": false,"urls": []}
{"operation": "agents","urls": ["https://www.zillow.com/profile/REMAX EDGE","@Teresa Stephenson","Matthew Bizzarro"],"location": "New York","agent_detail_info": true}
๐ค Output
Compact agent record (agent_detail_info: false)
{"avatar": "https://photos.zillowstatic.com/fp/.../h_l.jpg","business": "RE/MAX EDGE","id": "X1-ZUytouqbzgwsnd_75224","location": "Brooklyn, NY","name": "REMAX EDGE","phone": "(718) 612-3088","rating": 5.0,"reviews": { "count": 2640 },"screenName": "REMAX EDGE","url": "https://www.zillow.com/profile/REMAX EDGE"}
Full agent record (agent_detail_info: true)
{"id": "...","name": "Matthew Bizzarro","screenName": "Matthew Bizzarro","url": "https://www.zillow.com/profile/Matthew Bizzarro","avatar": "...","business": "The Bizzarro Agency","rating": 5.0,"yearsOfExperience": 17,"reviews": { "count": 911 },"serviceAreas": [{ "name": "Manhattan, NY", "url": "/homes/Manhattan-NY/" }],"email": "agent@example.com","phone": "(917) 473-8368","phones": { "cell": "...", "brokerage": "...", "business": "..." },"address": { "line1": "...", "city": "New York", "state": "NY", "postalCode": "10001", "full": "..." },"licenses": {"Real estate licenses": [{ "License No.": "10301...", "issued by": "NY", "status": "Active", "expiration": "2026-...-..." }],"otherLicenses": []},"salesStats": {"countAllTime": 234, "countLastYear": 45,"priceRangeThreeYearMin": 350000, "priceRangeThreeYearMax": 12500000,"averageValueThreeYear": 1850000,"statsIncludeTeam": true, "pastSalesTotal": 234}}
Lender record (no allowlist)
{"id": "...","name": "Jane Banker","screenName": "janebanker","url": "https://www.zillow.com/lender-profile/janebanker","avatar": "...","business": "First Republic","nmlsLicense": "1234567","phone": "(212) 555-0100","email": "jane@example.com","address": { "line1": "...", "city": "New York", "state": "NY", "postalCode": "10001" },"rating": 4.9,"reviews": { "count": 87 },"languages": ["English", "Spanish"],"specialties": ["First-time home buyers"]}
๐ช How the smart proxy ladder works
โโโโโโโโโโโโ blocked? โโโโโโโโโโโโโโโโ blocked? โโโโโโโโโโโโโโโโโ ๐ Direct โ โโโโโโโโโโโโโโถ โ ๐ข Datacenter โ โโโโโโโโโโโโโโถ โ ๐ Residentialโ ร 3 retriesโโโโโโโโโโโโ โโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโ
- Default โ every request goes out direct (no proxy spend).
- On HTTP
403/429/captcha/empty-body, the actor switches to Apify Datacenter. - If datacenter also gets blocked, it switches to Apify Residential with 3 retries.
- Once escalated, the actor stays on the new tier for the rest of the run.
- You can override the starting tier in
proxyConfigurationโ explicit choices are respected.
Every escalation is logged with a clear โ โ ๐ message.
๐ How to Use (Apify Console)
- Log in at console.apify.com โ Actors.
- Open ๐ Zillow Agents & Lenders Finder.
- Pick Operation =
agentsorlenders. - Set a Location (e.g.
New York) and/or paste profile URLs/@names. - Tune filters (specialty, language, top-agent, โฆ) if you want.
- Click Start โถ๏ธ.
- Watch the live log โ every scraped profile prints with name / rating / location.
- Open the Output tab โ switch between Overview, Agent Detail, Lenders views.
- Export as JSON / CSV / XLSX from the Output tab.
๐ค Use via API
curl -X POST "https://api.apify.com/v2/acts/<USER>~zillow-agents-finder/run-sync-get-dataset-items?token=$APIFY_TOKEN" \-H "Content-Type: application/json" \-d '{"operation": "agents","location": "New York","limit": 10,"agent_detail_info": false}'
๐ผ Best Use Cases
- ๐ฏ Lead generation for real estate SaaS
- ๐ Market intelligence on top agents per metro
- ๐๏ธ Building an agent directory for a real-estate portal
- ๐ฐ Comparing lender NMLS coverage by language / specialty
- ๐ Tracking agent sales-volume trends across markets
๐ต Pricing
This actor uses Apify's Pay-Per-Event model. You're billed per successfully scraped profile (result-item) plus the standard platform startup. Limits are respected: if your spend limit is reached mid-run, the actor exits cleanly with whatever was already pushed to the dataset.
โ FAQ
Q: Does it work without a proxy? A: Yes โ that's the default. It only spends proxy budget if Zillow blocks the direct request.
Q: What if Zillow rate-limits my run? A: The actor escalates automatically (Direct โ Datacenter โ Residential, 3 retries) and stays on the highest tier reached. You'll see โ โ ๐ messages in the log.
Q: Can I get just the screen names without the full profile?
A: Not currently โ the actor always fetches the profile page to pull phone / rating / business. Toggle agent_detail_info: false to keep the dataset slim.
Q: Can I search a sub-tab like reviews or sold?
A: Yes โ prefix the screen name with @ and append the sub-tab, e.g. @Matthew Bizzarro/reviews, or pass the full URL with the sub-tab path.
Q: What languages and specialties are supported? A: 24 languages and 12 specialties โ pick from the dropdowns in the input form, or pass the slug directly.
Q: How do I narrow lender output?
A: Pick the field names you want from the Lender Field Allowlist dropdown (e.g. ["companyName","officePhone","nmlsType","rating","totalReviews"]). Empty = every field.
๐ฃ Support & Feedback
Found a bug or want a new filter? Open an issue on the actor's Issues tab in the Apify Console.
โ ๏ธ Cautions / Legal
- Data is collected only from publicly available profile pages on Zillow.
- This actor does not access private or authenticated content.
- You are responsible for legal compliance (GDPR, CCPA, anti-spam laws, Zillow ToS).
- Honor reasonable rate limits โ being a good citizen reduces blocks too.