๐Ÿ  Zillow Agents Finder avatar

๐Ÿ  Zillow Agents Finder

Pricing

from $3.99 / 1,000 results

Go to Apify Store
๐Ÿ  Zillow Agents Finder

๐Ÿ  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

ScraperX

ScraperX

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

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_fields allowlist 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

FieldTypeRequiredDescription
urlsarray<string>โšชBulk URLs / @screenNames / agent names. Empty = pure directory crawl.
operationstringโšชagents (default) or lenders
locationstringโšช*City / state geo seed. *Required unless every urls item is a direct URL or @name.
limitintegerโšชMax records (0 = unlimited). Default 20.
agent_detail_infobooleanโšชtrue โ†’ full profile; false โ†’ compact card
specialtystringโšชOne of 12 Zillow specialty slugs
languagestringโšชOne of 24 languages
is_top_agent / is_buying / is_sellingbooleanโšชAgent filters
sort_lendersstringโšชrelevance / location / rating
lender_fieldsarray<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)
proxyConfigurationobjectโšช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)

  1. Log in at console.apify.com โ†’ Actors.
  2. Open ๐Ÿ  Zillow Agents & Lenders Finder.
  3. Pick Operation = agents or lenders.
  4. Set a Location (e.g. New York) and/or paste profile URLs/@names.
  5. Tune filters (specialty, language, top-agent, โ€ฆ) if you want.
  6. Click Start โ–ถ๏ธ.
  7. Watch the live log โ€” every scraped profile prints with name / rating / location.
  8. Open the Output tab โ†’ switch between Overview, Agent Detail, Lenders views.
  9. 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.


  • 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.