Trulia Scraper
Pricing
from $2.20 / 1,000 listings
Trulia Scraper
Scrape Trulia for-sale, for-rent, and sold listings from search URLs or location queries, with optional property-page details.
Pricing
from $2.20 / 1,000 listings
Rating
0.0
(0)
Developer
Rigel Bytes
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
a day ago
Last modified
Categories
Share
Extract for-sale, for-rent, and sold real estate listings from Trulia — prices, beds, baths, addresses, property type, and optional property-page details like full descriptions, photos, and agent contact info — to power market research, lead generation, and price monitoring, for just $2.50 per 1,000 listings.
What can Trulia Scraper do for you?
- Build a searchable database of active listings across any U.S. city, state, or ZIP code in minutes, not hours.
- Enrich listing cards with full property-page details — description, photos, features, agent, and price history — in parallel.
- Monitor price changes with per-property price history and estimated values, so you never miss a drop or a hot listing.
- Generate real-estate leads by pulling agent and broker names and contact details for outreach.
- Compare markets consistently with structured fields — price, beds, baths, square footage, and property type — ready for analysis.
- Run it on autopilot via the Apify API, scheduler, or integrations, and export to JSON, CSV, or Excel.
What data can you extract?
| Field | Description |
|---|---|
🏠 address, streetAddress, city, state, zipCode, neighborhood | Full property location and neighborhood |
💰 formattedPrice, price, priceMin, priceMax, currency | Listing price, including ranged prices |
🛏️ bedrooms, bathrooms, livingArea, lotSize | Size and layout |
🏢 propertyType, listingType, status | Property type and market (for sale, rent, sold) |
📅 yearBuilt, dateListed, descriptionUpdatedAt | Age and listing dates |
📸 imageUrl, imageUrls, photos, photoCount | Property photos and counts |
📝 description, features, tags | Full description and structured features |
👤 agentName, agentPhone, brokerName, mlsAttribution | Listing agent and broker contact details |
📈 priceHistory, estimatedValue, estimatedRent | Price trends and value estimates |
📍 latitude, longitude | Coordinates for mapping and spatial analysis |
🔗 url, listingId, zpid, sourceQuery, detailsFetched | Source URL, IDs, and provenance |
Why use this scraper?
- 🏠 Market research — benchmark listing prices, inventory, and property types across neighborhoods and cities.
- 📊 Price & rent monitoring — track how asking prices move over time with per-property price history.
- 🤝 Lead generation — collect agent and broker names and phone numbers for prospecting and CRM enrichment.
- 🤖 Automation — feed a CRM, spreadsheet, or custom app through the API, and schedule daily or weekly runs.
- 🏗️ New-construction & sold-data tracking — capture builder plans, resales, and sold comps for valuation work.
Pricing
- $2.50 / 1,000 listings
- $2.50 / 1,000 listing details — only charged when you enable
includeListingDetails. - Apify plan discounts (applied to both events): Bronze $2.40, Silver $2.30, Gold $2.20 per 1,000.
- No hidden fees or limits on usage.
How to use Trulia Scraper
- Create a free Apify account — sign up at apify.com (no credit card required to start).
- Open the actor — go to Trulia Scraper on Apify Store.
- Add a location or URL — enter a
searchQueriesvalue like"Austin, TX"(or a 5-digit ZIP), or paste a Trulia search/listingstartUrl. - Pick your market — set
searchTypetoFOR_SALE,FOR_RENT, orSOLD. - (Optional) Enable details — turn on
includeListingDetailsto fetch descriptions, photos, agents, and price history. - Click Start — when the run finishes, download your results as JSON, CSV, or Excel from the Output tab.
Input
The actor accepts either Trulia URLs, location queries, or both.
| Field | Type | Required | Description |
|---|---|---|---|
startUrls | array | Optional | Trulia search or listing URLs. Search URLs keep any filters already in the path (beds, pets, type, page). Listing URLs (/home/ or /building/) scrape that single property. |
searchQueries | array | Optional | Location queries when you don't have a URL — e.g. "Austin, TX", "Austin TX", or a 5-digit ZIP. Combined with searchType to build a Trulia search URL. |
searchType | string | Optional | Market applied to searchQueries only. One of FOR_SALE, FOR_RENT, SOLD (default FOR_SALE). |
maxListings | integer | Optional | Maximum listings to scrape across all URLs and queries (0 = unlimited). Default 10. |
includeListingDetails | boolean | Optional | Open each property page for description, photos, agent, price history, and features. Charges the listing-details event in addition to the listing. Default false. |
detailConcurrency | integer | Optional | How many property pages to fetch in parallel when details are enabled (1–20). Default 5. |
proxyConfiguration | object | Optional | Residential proxies are recommended. Trulia may show a press-and-hold check on some IPs; the actor rotates and retries. |
📝 Copy for Use:
{"searchQueries": ["Austin, TX"],"searchType": "FOR_SALE","maxListings": 10,"includeListingDetails": true,"detailConcurrency": 5,"proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"]}}
Why Choose This Scraper?
- Affordable: Pay only $2.50 per 1,000 listings scraped.
- Comprehensive: Extracts every core listing field plus optional full property-page details in a single run.
- Easy to Use: Paste a URL or type a location — no code required to start.
- Reliable: Rotates residential proxies, auto-retries on blocks, and falls back to Trulia's GraphQL API when the HTML payload is empty.
Recommended Proxy Providers
-
Shifter
- Reliable residential proxies all over the world.
- Cheap rates
- Order Shifter Now
- Get 10% Off any product, use coupan
rigelbytes-YoBB.
-
OxyLabs
- 100M+ Proxies
- Fastest proxies in the market
- Real profile, human-like Residential IPs
- Quality assurance framework for most reliable IPs
- Get Proxies
-
DataImpulse
- Covers 200+ Counties
- Reliable Residential Proxies for just $1/GB
- Get Residential Proxies
🙌 Why Buy Through Our Affiliate Link?
- Exclusive Deals: Some providers may offer special discounts or bonuses when you use our link.
- Support Our Work: Each purchase helps us maintain and improve the tools and services we provide.
- No Extra Cost: You pay the same price, but part of it goes to supporting our efforts.
Running via Apify Console
You can run this actor from the Apify Console by providing the necessary input parameters.
Running via API
You can trigger this actor using the Apify API, passing the required input in the request body.
# Python — using the Apify API clientfrom apify_client import ApifyClientclient = ApifyClient("YOUR_APIFY_TOKEN")run = client.actor("rigelbytes/trulia-scraper").call(run_input={"searchQueries": ["Austin, TX"],"searchType": "FOR_SALE","maxListings": 10,"includeListingDetails": True,"proxyConfiguration": {"useApifyProxy": True,"apifyProxyGroups": ["RESIDENTIAL"],},})for item in client.dataset(run["defaultDatasetId"]).iterate_items():print(item.get("address"), item.get("formattedPrice"))
# JavaScript — using the Apify API clientimport { ApifyClient } from 'apify-client';const client = new ApifyClient({ token: 'YOUR_APIFY_TOKEN' });const run = await client.actor('rigelbytes/trulia-scraper').call({searchQueries: ['Austin, TX'],searchType: 'FOR_SALE',maxListings: 10,includeListingDetails: true,proxyConfiguration: {useApifyProxy: true,apifyProxyGroups: ['RESIDENTIAL'],},});const items = client.dataset(run.defaultDatasetId).listItems();for await (const item of items) {console.log(item.address, item.formattedPrice);}
# cURL — run the actor via the Apify REST APIcurl -X POST "https://api.apify.com/v2/acts/rigelbytes/trulia-scraper/runs?token=YOUR_APIFY_TOKEN" \-H "Content-Type: application/json" \-d '{"searchQueries": ["Austin, TX"],"searchType": "FOR_SALE","maxListings": 10,"includeListingDetails": true}'
Scheduling & Deduplication
Scheduling: Real-estate data changes slowly, so a daily run is usually enough to keep listings fresh; weekly works for slower markets. Set up recurring runs from the Apify Console Schedules tab or via the API. If you track multiple cities, add each one as a separate searchQueries entry (e.g. "Austin, TX", "78744") and the actor will scrape them all in one run — or create one schedule per market for cleaner output.
Deduplication: The actor caps output with maxListings (default 10, 0 for unlimited) across all URLs and queries. Every record carries a unique listingId (e.g. 455106024_ZPID), zpid, and url — key on listingId to deduplicate across runs. If you write results into an existing dataset by datasetId, Apify also deduplicates identical records automatically. For custom dedup across multiple runs:
seen = set()for item in client.dataset(run["defaultDatasetId"]).iterate_items():lid = item.get("listingId")if lid in seen:continueseen.add(lid)# process unique listing...
Webhooks: Trigger a webhook on run completion to pipe fresh listings into your CRM, database, or notification pipeline automatically.
🚀 Other Tools by Rigel Bytes
Explore 150 more scraping tools by Rigel Bytes, organized by use case:
📱 Social Media
Scrape Instagram, TikTok, LinkedIn, and more for content research and marketing intelligence.
- Export Instagram Reels — Extract posts, profiles, and engagement data from Instagram for content research, influencer tracking, and marketing analytics.
- Facebook Ads Scraper — Extract posts, profiles, and engagement data from Facebook for content research, influencer tracking, and marketing analytics.
- Instagram Analytics Tool — Extract posts, profiles, and engagement data from Instagram for content research, influencer tracking, and marketing analytics.
- Instagram Comment Scraper — Extract posts, profiles, and engagement data from Instagram for content research, influencer tracking, and marketing analytics.
- Instagram Creator Stats — Extract posts, profiles, and engagement data from Instagram for content research, influencer tracking, and marketing analytics.
- Instagram Engagement Tool — Extract posts, profiles, and engagement data from Instagram for content research, influencer tracking, and marketing analytics.
- Instagram Post Scraper — Extract posts, profiles, and engagement data from Instagram for content research, influencer tracking, and marketing analytics.
- instagram-posts — Extract posts, profiles, and engagement data from Instagram for content research, influencer tracking, and marketing analytics.
- Instagram Profile Scraper — Extract posts, profiles, and engagement data from Instagram for content research, influencer tracking, and marketing analytics.
- Instagram Reel Scraper — Extract posts, profiles, and engagement data from Instagram for content research, influencer tracking, and marketing analytics.
- linkedin-company-details — Extract posts, profiles, and engagement data from LinkedIn for content research, influencer tracking, and marketing analytics.
- Linkedin Company Scraper — Extract posts, profiles, and engagement data from LinkedIn for content research, influencer tracking, and marketing analytics.
- LinkedIn Job Scraper — Extract posts, profiles, and engagement data from LinkedIn for content research, influencer tracking, and marketing analytics.
- LinkedIn Profile Scraper — Extract posts, profiles, and engagement data from LinkedIn for content research, influencer tracking, and marketing analytics.
- Reddit Comment Scraper — Scrape comments from Reddit post URLs. Uses a stealth browser session with a sticky residential proxy — no Reddit...
- Reddit Profile Scraper — Scrape Reddit user profiles — overview, posts, and comments. Uses CloakBrowser with a sticky residential proxy to...
- Reddit Community Scraper — Scrape posts from any Reddit community (subreddit). Bypasses captcha automatically and extracts post data including...
- Scrape Instagram Creators — Extract posts, profiles, and engagement data from Instagram for content research, influencer tracking, and marketing analytics.
- Social Media Content Outlier Finder — Find unusually successful organic content across Instagram, TikTok, YouTube, Reddit, and LinkedIn by comparing each...
- Tiktok Comment Scraper — Extract posts, profiles, and engagement data from TikTok for content research, influencer tracking, and marketing analytics.
- Tiktok Creator Stats — Extract posts, profiles, and engagement data from TikTok for content research, influencer tracking, and marketing analytics.
- Tiktok Engagement Rate — Extract posts, profiles, and engagement data from TikTok for content research, influencer tracking, and marketing analytics.
- TikTok Profile Scraper — Extract posts, profiles, and engagement data from TikTok for content research, influencer tracking, and marketing analytics.
- Twitter X Profile Scraper — Extract posts, profiles, and engagement data from Twitter/X for content research, influencer tracking, and marketing analytics.
- YouTube Channel Scraper — Extract posts, profiles, and engagement data from YouTube for content research, influencer tracking, and marketing analytics.
- YouTube Comment Scraper — Extract posts, profiles, and engagement data from YouTube for content research, influencer tracking, and marketing analytics.
- YouTube Transcript Export — Extract posts, profiles, and engagement data from YouTube for content research, influencer tracking, and marketing analytics.
🏠 Real Estate
Extract property listings, prices, and agent data from top real estate platforms.
- Aengevelt Scraper — German Real Estate Property Listings — Extract property listings from Aengevelt Immobilien. Get pricing, location, contact data, and images from Germany's...
- Airbnb Address Finder — Scrape property listings and market data from Airbnb for market research, price monitoring, and investment analysis.
- Airbnb Availability Calendar — Scrape property listings and market data from Airbnb for market research, price monitoring, and investment analysis.
- Airbnb Detailed Scraper - Search & Listing Details — Scrape property listings and market data from Airbnb for market research, price monitoring, and investment analysis.
- Airbnb Images Downloader — Scrape property listings and market data from Airbnb for market research, price monitoring, and investment analysis.
- Airbnb Listing — Scrape property listings and market data from Airbnb for market research, price monitoring, and investment analysis.
- Airbnb Listing Urls — Scrape property listings and market data from Airbnb for market research, price monitoring, and investment analysis.
- Airbnb Property Details — Scrape property listings and market data from Airbnb for market research, price monitoring, and investment analysis.
- Airbnb Reviews — Scrape property listings and market data from Airbnb for market research, price monitoring, and investment analysis.
- Airbnb Scraper - Search & Listing Details — Scrape property listings and market data from Airbnb for market research, price monitoring, and investment analysis.
- Apartments.com Scraper — Scrape rental listings from apartments.com by entering location search queries. Returns property details including...
- Aqar.fm Scraper — النسخة العربية — Scrapes Saudi real estate listings from aqar.fm via Next.js RSC search API. Supports Arabic search paths, start...
- Asunnot Oikotie.fi Real Estate Scraper — Scrape Finnish property listings from asunnot.oikotie.fi by location, filters, or search/listing URLs. Optionally...
- Bayut Scraper — Scrape property listings and market data from Bayut for market research, price monitoring, and investment analysis.
- BNP Paribas Real Estate Scraper — Scrape commercial property listings from BNP Paribas Real Estate (bnppre.de) — offices, retail, industrial, and...
- Boliga Denmark Real Estate Scraper — Scrape property listings from Boliga.dk (Denmark). Search by zip code, free text, or result URLs. Optionally fetch...
- Boligsiden.dk Scraper — Scrape Danish real estate listings from Boligsiden.dk — for sale, sold, and rental properties with pricing, details,...
- CBRE Scraper — Extract German Commercial Property Listings — Scrape commercial real estate letting listings from CBRE Germany (cbre.de). Office & industrial property data for...
- Colliers Scraper — German Commercial Property Listings — Extract commercial property listings from Colliers.de — offices, industrial, retail & logistics with pricing, map...
- Crexi Scraper — Scrape Crexi.com commercial real estate listings for sale and lease with filters, search queries, URLs, and optional...
- Daft.ie Property Scraper — Scrapes property listings from Daft.ie including residential, rental, commercial, and new homes across Ireland.
- DAHLER Real Estate Scraper — German Property Listings API — Extract buy and rent property listings from DAHLER Immobilien across Germany, Austria, and Spain. Get prices,...
- dubai-listing-scraper — Extract unlimited property listings from Bayut.com — the UAE's largest real estate platform. Get detailed property...
- Dubizzle UAE Scraper — Scrape Dubizzle UAE listings across motors, property, jobs, classifieds, and community — from start URLs, keywords,...
- Etuovi.com Real Estate Scraper — Scrape Finnish property listings from Etuovi.com by search location, filters, or search/listing URLs. Optionally...
- Export Airbnb Calendar — Scrape property listings and market data from Airbnb for market research, price monitoring, and investment analysis.
- Funda Netherlands Real Estate Scraper — Scrape property listings from Funda.nl — the largest real estate platform in the Netherlands. Supports buy and rent,...
- Furnished Finder Fast — Scrape property listings and market data from Furnished Finder for market research, price monitoring, and investment analysis.
- Extract Furnished Finder Hosts — Scrape property listings and market data from Furnished Finder for market research, price monitoring, and investment analysis.
- FurnishedFinder — Scrape property listings and market data from Furnished Finder for market research, price monitoring, and investment analysis.
- German Real Estate MCP — MCP server for German real estate — 14 Rigel Bytes scrapers (ImmoScout24, Immowelt, Kleinanzeigen, RE/MAX, CBRE,...
- GrandCityProperty Scraper — Extract German Rental Listings — Extract rental property listings from GrandCityProperty.de — prices, floor plans, energy data, and contact details....
- Grossmann Berger Scraper — German Real Estate Listings — Extract property listings, prices, agent contacts, and images from grossmann-berger.de. From $2/1,000 listings....
- Hemnet.se Scraper - Swedish Real Estate Listings — Scrape property listings from Hemnet.se including for-sale, upcoming, and sold homes. Search by URL or location...
- home.dk Real Estate Scraper — Scrape Danish property listings from home.dk by search location, filters, or search/listing URLs. Optionally enrich...
- HouseSigma Scraper — Scrape HouseSigma for-sale and for-lease listings with filters or map/search start URLs. Returns listing cards and...
- Idealista Scraper — Scrape property listings from Idealista.com — search results and full detail pages with photos, features, location,...
- Immobiliare Italy Real Estate Scraper — Scrape property listings and market data from real estate portals for market research, price monitoring, and investment analysis.
- Immobilienscout24 — Scrape property listings and market data from real estate portals for market research, price monitoring, and investment analysis.
- Immobilienscout24-scraper — Scrape property listings and market data from real estate portals for market research, price monitoring, and investment analysis.
- Immoweb Scraper - Belgium Property Listings — Scrapes property listings from Immoweb.be. Supports search result extraction with optional property detail enrichment.
- Immowelt Property Scraper — The Immowelt Scraper helps you extract unlimited real estate listings from Immowelt with complete details including...
- Immowelt Scraper — The Immowelt Scraper helps you extract unlimited real estate listings from Immowelt with complete details including...
- JLL Property Scraper — Extract Commercial Investment Listings — Scrape commercial and investment property data from JLL Germany (gewerbeimmobilien.jll.de and invest.jll.com)....
- Land.com Agents Scraper — Scrape property listings and market data from Land.com for market research, price monitoring, and investment analysis.
- Land.com Scraper — Scrape property listings and market data from Land.com for market research, price monitoring, and investment analysis.
- Nybolig Denmark Real Estate Scraper — Scrape property listings from Nybolig.dk (Denmark). Search by zip code, free text, filters, or result/listing URLs....
- Outdoorsy Scraper — Scrape property listings and market data from Outdoorsy for market research, price monitoring, and investment analysis.
- PropertyFinder Eygpt — Scrape property listings and market data from Property Finder for market research, price monitoring, and investment analysis.
- Propertyfinder Scraper — Scrape property listings and market data from Property Finder for market research, price monitoring, and investment analysis.
- PropertyGuru Singapore Scraper — Scrape Singapore property listings from PropertyGuru for sale and rent. Apply the same filters as the website (type,...
- Realtor.com Agent Scraper — Scrape real estate agents from Realtor.com by city or ZIP code. Optionally fetch full agent profiles and reviews via...
- Realtor.com Scraper — Scrape Realtor.com property listings with full search filters via GraphQL. Supports price, beds/baths, property...
- Redfin Scraper — Scrape property listings and market data from Redfin for market research, price monitoring, and investment analysis.
- RE/MAX Germany Scraper — Scrapes residential and commercial real estate listings from remax.de by German Bundesland. Extracts prices, areas,...
- Rent.com Scraper — Scrape rental listings from rent.com — search by location query or URL. Extracts property details, photos, floor...
- Rightmove Scraper — Scrape property listings and market data from Rightmove for market research, price monitoring, and investment analysis.
- RVshare Scraper — Scrape property listings and market data from RVshare for market research, price monitoring, and investment analysis.
- Savills Property Scraper — Extract Listings by Location — Scrape residential and commercial property listings from Savills by city. Get prices, addresses, sizes, bedrooms,...
- Unlimited Redfin Scraper — Scrape property listings and market data from Redfin for market research, price monitoring, and investment analysis.
- Wüstenrot Immobilien Scraper — German Property Listings API — Scrape property listings and market data from real estate portals for market research, price monitoring, and investment analysis.
- Zillow Detail Scraper — Scrape property listings and market data from Zillow for market research, price monitoring, and investment analysis.
- Zillow Scraper — Scrape property listings and market data from Zillow for market research, price monitoring, and investment analysis.
- Zoopla Scraper — Scrape property listings and market data from Zoopla for market research, price monitoring, and investment analysis.
✈️ Travel & Hospitality
Monitor rentals, bookings, and travel listings at scale.
- Autotrader Scraper — Scrapes car listings from Autotrader.com with advanced search filters, pagination, and detailed vehicle data.
- CarMax Scraper — Scrapes used car listings from CarMax.com with search URL, zip code filtering, and pagination support.
- Cars.com Scraper — Scrapes car listings from Cars.com using their GraphQL API. Extracts detailed vehicle data including price, specs,...
- Cars & Bids Scraper — Scrape live, upcoming, and past car auctions from Cars & Bids. Extract vehicle details, bids, photos, comments, and...
- Ticketmaster Scraper — Collect rental and travel listings from Ticketmaster for pricing intelligence and availability tracking.
🛒 E-commerce
Scrape products, prices, and marketplace data for competitive research.
- Amazon Product Scraper — Scrape products, prices, and seller data from Amazon for competitor monitoring, pricing, and product research.
- Amazon Search Scraper — Scrape products, prices, and seller data from Amazon for competitor monitoring, pricing, and product research.
- AutoScout24 Scraper — Scrape car listings from AutoScout24 with full filter support. Extract makes, models, prices, mileage, seller info,...
- Best Buy Product Scraper — Scrape Best Buy US and Canada products by search query, category URL, or SKU. Optionally enrich each item with full...
- Daraz — Scrape products, prices, and seller data from Daraz for competitor monitoring, pricing, and product research.
- Etsy Scraper — Scrape products, prices, and seller data from Etsy for competitor monitoring, pricing, and product research.
- Europages Scraper — Scrape Europages products and suppliers by keyword, category, or URL. Apply the same filters as the site (country,...
- Homedepot Scraper — HomeDepot Products Scraper lets you extract product data from homedepot.com using a collection URL and delivery ZIP....
- Kleinanzeigen Scraper — Scrape listings from kleinanzeigen.de — search results and detail pages for any category (electronics, vehicles,...
- Otodom Scraper - Polish Real Estate Listings — Scrapes property listings from Otodom.pl, Poland's leading real estate marketplace. Supports filters for transaction...
- Zalando Product Scraper — Scrape product listings and optional product details from Zalando category pages and search queries.
💼 Jobs & Recruitment
Collect job listings and company hiring data for market analysis.
- Glassdoor Jobs Scraper — Scrape job listings from Glassdoor by search query and location, with optional job detail enrichment.
- StepStone Jobs Scraper — Extract German/DACH Job Listings — Scrape thousands of job listings from StepStone (DE, AT, BE, NL) with salary, skills, remote status & more. From...
- Upwork Jobs Scraper — Scrapes Upwork freelance job listings by keyword with full search filters (sort, experience, job type, budget,...
- ZipRecruiter Job Scraper — Scrape job listings from ZipRecruiter with search queries, locations, and radius filters. Extracts title, company,...
📩 Lead Generation
Find business contacts, leads, and company data for sales and outreach.
- Booli.se Scraper — Scrapes Swedish real estate listings from Booli.se — for sale, sold prices, and new construction. Supports search...
- Company Service Finder — The Company Service Finder uses AI to extract and analyze company services from Google Search & Maps. Get detailed...
- Doctify Scraper — Doctify Scraper lets you extract doctor and practice data from doctify.com using a search results URL. Collect...
- Doctolib Scraper — Scrape doctor profiles, availability, and practice details from Doctolib.de — Germany's largest medical appointment...
- FindLaw Law Firm Scraper - Attorney & Law Firm Data Extraction — Scrape law firm profiles from FindLaw.com. Extract detailed attorney and firm information including contact details,...
- Finn.no Real Estate Scraper — Scrape Norwegian real-estate listings from Finn.no with search URL or filter-based discovery, optional full details...
- Google Maps Scraper — Find business leads and contact details from Google Maps for outbound sales, prospecting, and CRM enrichment.
- Krogsveen.no Real Estate Scraper — Scrape Norwegian real-estate listings from Krogsveen.no with search URL or filter-based discovery, optional full...
- LeadRocks Scraper — Export filtered B2B leads from the LeadRocks dataset by category, state, job title, company, and industry. Free...
- Website Services Finder — Automatically extract and analyze company services from any business website using advanced AI. Choose from 5 AI...
- Zillow Agents — Find business leads and contact details from Zillow for outbound sales, prospecting, and CRM enrichment.
- Zillow Agents Phone — Find business leads and contact details from Zillow for outbound sales, prospecting, and CRM enrichment.
- Zillow Agents Vault — Find business leads and contact details from Zillow for outbound sales, prospecting, and CRM enrichment.
⭐ Reviews & Ratings
Monitor reviews and reputation data across review platforms.
- Airbnb Listing Reviews — Collect reviews and ratings from Airbnb for reputation monitoring and customer insights.
- AppSumo Scraper — Scrape AppSumo software deals from browse, categories, new arrivals, Radar, or product URLs. Optional listing...
- BBB Scraper — Collect reviews and ratings from BBB for reputation monitoring and customer insights.
- Clutch.co Company Scraper — Scrape Clutch.co company listings, profiles, and reviews by directory URL or service + location search. Optional...
- Costco Product Scraper — Scrapes product data from Costco.com including prices, descriptions, ratings, and availability. Supports search...
- Flipkart Product Scraper — Scrape Flipkart product listings from start URLs, categories, or search queries, with optional product details and...
- HRS Hotel Reviews Scraper — Extract hotel details, room offers, and guest reviews from HRS hotel URLs.
- HRS Hotel Scraper — Scrapes hotel listings, prices, ratings, and amenities from HRS (hrs.com) by location and travel dates.
- IKEA Product Scraper — Scrape IKEA product listings from search queries or start URLs, with optional product details and customer reviews.
- Naukri Job Scraper — Scrape Naukri.com job listings by keyword, location, start URL, or company page, with optional job details, company...
- Google Play Store App Reviews Scraper — Scrape Google Play Store app reviews by app ID or Play Store URL. Supports multiple apps, sorting, score filters,...
- Rottentomatoes Reviews Scraper — Collect reviews and ratings from Rotten Tomatoes for reputation monitoring and customer insights.
- Skool Community Scraper — Scrape Skool communities from discovery search and category filters. Extract listing data plus optional about-page...
- Target.com Product Scraper — Scrape Target.com products from search queries or URLs. Optionally enrich with product details and customer reviews.
- TripAdvisor Reviews Scraper — Scrape reviews from TripAdvisor hotel pages using GraphQL API with DataDome protection bypass.
- Trustpilot Reviews Scraper — Collect reviews and ratings from Trustpilot for reputation monitoring and customer insights.
- Yelp Scraper — Scrape Yelp business listings by search term, category, location, or URL. Optional full business details with phone,...
🍔 Food & Delivery
Extract restaurant, grocery, and delivery platform data.
- Instacart Scraper — Scrape menus, stores, and delivery data from Instacart for data-driven research and automation.
- Lidl Product Scraper — Scrape Lidl supermarket products across Europe by search query or category/product URL. Optionally enrich each item...
- OpenTable Scraper — Scrape OpenTable restaurants by search query (with date/time/party size) or start URLs. Optional listing details and...
- Publix Scraper — Scrape menus, stores, and delivery data from Publix for data-driven research and automation.
📰 News & Media
Scrape news, articles, and media content for research.
- BizBuySell Scraper — Scrape BizBuySell business-for-sale listings via search URLs or structured filters, with optional full listing details.
- SEC IPO Event Intelligence — Monitors SEC EDGAR for IPO filings and converts them into structured business events, with optional AI company...
- SEC Filings Scraper — Retrieve clean, normalized SEC EDGAR filing data by ticker, CIK, or company name — with document links, optional...
🛠️ Developer Tools
General-purpose scraping and automation tools.
- EU Tenders Scraper — Scrape EU public procurement notices from TED (Tenders Electronic Daily) with advanced search filters,...
- Web Crawler — This web crawler is designed to provide users with complete flexibility by allowing them to use their **own...
Understanding Proxies:
When scraping data or browsing anonymously, proxies are essential. They act as intermediaries, masking your original IP address and allowing you to send requests from another location.
Why Use Proxies?
- Avoid IP Blocks: By routing requests through proxies, you prevent the target website from recognizing your IP as a scraper or spammer.
- Access Geo-restricted Content: Proxies let you access content or websites restricted by location.
- Enhance Anonymity: Hide your actual IP, ensuring privacy while scraping or browsing.
Types of Proxies
- Residential Proxies
- Real IP addresses provided by ISPs to home users.
- They mimic regular users, making them harder to detect.
- Best for: Long-term, undetectable scraping, and avoiding blocks.
- Data Center Proxies
- IP addresses from servers in data centers.
- Faster and cheaper than residential proxies but easier to detect and block.
- Best for: High-speed scraping, but with a higher risk of detection.
- Mobile Proxies
- IPs provided by mobile carriers (3G/4G/5G networks).
- Very difficult to detect, as they appear as regular mobile users.
- Best for: Mobile-related scraping or avoiding sophisticated blocks.
Rotating Proxies vs. Straight Proxies
- Rotating Proxies: Every request you send goes through a different proxy, making it harder for websites to detect patterns.
- Straight Proxies: All requests are sent through the same proxy, making it easier to track your IP.
FAQs & Troubleshooting
Q: What's the difference between startUrls and searchQueries?
startUrls are full Trulia URLs you already have — paste a search URL (filters included) or a listing URL (/home/, /building/) and the actor scrapes exactly that. searchQueries are plain location strings like "Austin, TX" or a 5-digit ZIP; the actor builds the correct Trulia search URL for you using your searchType. You can use both in the same run.
Q: What does includeListingDetails add, and does it cost extra?
Turning on includeListingDetails opens each property page to collect the description, full photo set, agent name/phone, features, price history, and estimated values. It charges a separate listing-details event at $2.50 per 1,000 in addition to the base listing event, so a run with details enabled costs up to $5.00 per 1,000 listings at list price (less with plan discounts).
Q: What counts as one "listing" for pricing?
One listing event is charged for every property record pushed to your dataset. If includeListingDetails is on and details are fetched successfully, one additional listing-details event is charged for that same property. Properties whose detail page fails still count as a listing but not as a listing-details event.
Q: Why am I getting empty results or a "press and hold" check?
Trulia sometimes serves a PerimeterX press-and-hold challenge to IPs it suspects. The actor detects this, rotates to a fresh residential proxy session, and retries automatically. For best results keep proxyConfiguration on Apify Residential proxies, and re-run if a location was heavily rate-limited. A low maxListings that's already been reached can also make a run look empty — check the run-stats record for recordsScraped.
Q: Can I scrape sold listings and rentals, not just for-sale homes?
Yes. Set searchType to SOLD or FOR_RENT when using searchQueries, or paste a Trulia /sold/ or /for_rent/ URL into startUrls (those paths already encode the market). Sold listings include sold prices, and rentals include rent and availability data where Trulia exposes it.
Q: How do I download results as CSV or Excel?
Open the run in Apify Console and go to the Output tab. Your listings are in the default dataset and can be exported directly as JSON, CSV, Excel, or HTML. You can also pull them programmatically via the dataset API endpoint shown in the run output.
About Rigel Bytes
Rigel Bytes specializes in web scraping, automation, and data analytics. We help businesses extract and leverage valuable data for informed decision-making.
Contact Us
Ready to unlock the power of data? Reach out to us at (contact@rigelbytes.com) or book an appointment with us to learn more about how we can help you achieve your data goals.
Detailed Data
[{"url": "https://www.trulia.com/builder-community-plan/easton-park-plan-torres-455106024","listingId": "455106024_ZPID","listingType": "BUILDER_PLAN","status": "for sale","propertyType": "single-family home","address": "Plan Torres in Easton Park, Austin, TX 78744","city": "Austin","state": "TX","zipCode": "78744","neighborhood": "Bluff Springs","latitude": 30.14562,"longitude": -97.71122,"formattedPrice": "$615,990+","price": 615990,"currency": "USD","bedrooms": 4.0,"bathrooms": 3.0,"livingArea": "2,551 sqft","yearBuilt": 2026,"imageUrl": "https://www.trulia.com/pictures/thumbs_4/zillowstatic/fp/8eee364c310fffcafd7fe3c779b5b2cd-full.jpg","description": "Welcome to the Torres, an inviting 2,563-square-foot, two-story home, offering 4 bedrooms and 3 bathrooms...","photoCount": 27,"photos": ["https://www.trulia.com/pictures/thumbs_5/zillowstatic/fp/8eee364c310fffcafd7fe3c779b5b2cd-full.jpg"],"features": [{ "name": "Parking", "value": "2 Car Garage" },{ "name": "Year Built", "value": "2026" }],"detailsFetched": true,"sourceQuery": "Austin, TX"},{"url": "https://www.trulia.com/home/1101-e-parmer-ln-217-austin-tx-78753-458762497","listingId": "458762497_ZPID","listingType": "RESALE","status": "for sale","propertyType": "condo","address": "1101 E Parmer Ln #217, Austin, TX 78753","city": "Austin","state": "TX","zipCode": "78753","neighborhood": "Tech Ridge","formattedPrice": "$250,000","price": 250000,"bedrooms": 2.0,"bathrooms": 2.5,"livingArea": "1,441 sqft","imageUrl": "https://www.trulia.com/pictures/thumbs_4/zillowstatic/fp/69760ff39c02a429bbbcbd313d0c583d-full.jpg","detailsFetched": false,"sourceQuery": "Austin, TX"}]
