Trulia.com Scraper avatar

Trulia.com Scraper

Try for free

3 days trial then $15.00/month - No credit card required now

View all Actors
Trulia.com Scraper

Trulia.com Scraper

epctex/trulia-scraper
Try for free

3 days trial then $15.00/month - No credit card required now

Scrape Trulia.com to crawl millions of real estate properties nationwide. Crawl real estate listings and extract descriptions, images, features, pricing, property details, neighborhood, nearby schools, and all other features. You can specify search terms, filters, and much more.

You can access the Trulia.com Scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "startUrls": [
3    "https://www.trulia.com/p/ny/bronx/895-tiffany-st-bronx-ny-10459--2008893028",
4    "https://www.trulia.com/home/364-Ovington-Ave-Brooklyn-NY-11209-112508280",
5    "https://www.trulia.com/building/the-tides-at-arverne-by-the-sea-190-beach-69th-st-arverne-ny-11692-2355011519",
6    "https://www.trulia.com/sold/New_York,NY/",
7    "https://www.trulia.com/for_rent/New_York,NY/",
8    "https://www.trulia.com/for_sale/New_York,NY/p_oh/",
9    "https://www.trulia.com/for_sale/New_York,NY/2p_beds/50000p_price/APARTMENT,CONDO,COOP,SINGLE-FAMILY_HOME_type/fsbo_lt/"
10  ],
11  "maxItems": 20,
12  "endPage": 1,
13  "extendOutputFunction": "($) => { return {} }",
14  "customMapFunction": "(object) => { return {...object} }",
15  "proxy": {
16    "useApifyProxy": true
17  }
18}' |
19apify call epctex/trulia-scraper --silent --output-dataset

Trulia.com Scraper API through CLI

The Apify CLI is the official tool that allows you to use Trulia.com Scraper locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include:

Developer
Maintained by Community
Actor metrics
  • 2 monthly users
  • 1 star
  • 100.0% runs succeeded
  • Created in May 2023
  • Modified about 6 hours ago