Livabl Scraper avatar
Livabl Scraper

Pricing

$10.00/month + usage

Go to Store
Livabl Scraper

Livabl Scraper

Developed by

Hari

Hari

Maintained by Community

Get information from Livabl (formerly BuzzBuzzHome) - North America's largest repository of new construction homes. Scrape data such as details, amenities, pricing, or location and export it in the desired format.

0.0 (0)

Pricing

$10.00/month + usage

1

Total users

18

Monthly users

3

Runs succeeded

>99%

Issue response

3.3 days

Last modified

2 days ago

The Livabl Scraper is a powerful and flexible tool designed to extract real estate listings and property details from the Livabl website. Whether you're looking to gather data for research, market analysis, or lead generation, this scraper offers a comprehensive solution.

🔍 Key Features

  • Dual Page Support: Scrapes data from both listing and individual property pages.
  • Comprehensive Data Extraction: Captures key property details like name, address, developer, pricing, amenities, stories, units, and more.
  • Structured JSON Output: Clean and consistent data format for easy integration with other tools.
  • Proxy Configuration: Supports Apify Proxy to avoid IP blocks and enhance scraping success.
  • High Success Rate: Maintains a run success rate of over 99%.

📈 Use Cases

  • Market Research: Analyze pricing trends, development types, and neighborhood statistics.
  • Lead Generation: Extract contact numbers and developer details for outreach and marketing.
  • Real Estate Data Aggregation: Feed clean property data into real estate platforms and dashboards.
  • Competitor Monitoring: Keep track of offerings, pricing, and features of competitor listings.
  • Investment Analysis: Collect data for evaluating new housing projects for investment purposes.

🚀 Getting Started

  1. Go to the Scraper: Livabl Scraper on Apify
  2. Navigate and Filter: Visit Livabl.com, navigate to the city you're interested in, and apply any desired filters such as:
    • Home type (e.g., Condo, Townhome)
    • Construction status (e.g., Pre-construction, Under Construction, Complete)
    • Price range, developer, and more
  3. Copy the URL: Once your desired filters are applied, simply copy the URL from your browser’s address bar.
  4. Configure Input: Paste the copied URL as part of the startUrls input in the scraper configuration.
  5. Enable Proxy (recommended): Use Apify proxy to avoid being blocked.
  6. Run the Actor: Launch the actor from the Apify console or via API.
  7. Access Results: Download the structured JSON results with all property details matching your selected criteria.

Input

Input can be passed from Apify platform or as a JSON Input with the key startUrls.

Example Input:

{
"proxyConfiguration": {
"useApifyProxy": true
},
"startUrls": [
{
"url": "https://www.livabl.com/new-york-ny/new-homes"
},
{
"url": "https://www.livabl.com/new-york-ny/45-east-7th"
}
]
}

Output

Example Output:

[{
"name": "45 East 7th",
"address": "45 East 7th Street,New York, NY",
"developedBy": "By Nexus Building Development Group",
"price": "Listing status Selling From $1,295,000 to $7,995,000",
"amenities": [
"Bike Storage",
"Landscaped Roof Terrace",
"Garden Terrace",
"Virtual Doorman",
"Cold Storage",
"Communal Laundry",
"Doorman Service",
"Fitness Center"
],
"units": "21",
"stories": "7",
"bedrooms": "1 - 3",
"averageArea": "586 - 2523",
"averagePricePerSqft": "$2210",
"buildingType": "Condo",
"ownership": "Condominium",
"sellingStatus": "Selling",
"constructionStatus": "Complete",
"phone": "347-713-7077",
"description": "45 East 7th is a new condo community by Nexus Building Development Group at 45 East 7th Street, New York. Available units range in price from $1,295,000 to $7,995,000. 45 East 7th has a total of 21 units. Sizes range from 586 to 2523 square feet."
},
{
"propertyUrl": "https://www.livabl.com/new-york-ny/the-rockwell2",
"name": "The Rockwell",
"price": "From $949,500",
"build": "Condos & Towns by Toll Brothers",
"address": "2815 Broadway, New York, NY",
"bedrooms": "Studio - 3",
"sqft": "635 - 1616",
"summaryline": "",
"label": "Under Construction"
},
{
"propertyUrl": "https://www.livabl.com/brooklyn-ny/nine-chapel",
"name": "Nine Chapel",
"price": "From $1,820,000",
"build": "Condos by Tankhouse",
"address": "9 Chapel Street, Brooklyn, NY",
"bedrooms": "2 - 3",
"sqft": "1164 - 1969",
"summaryline": "",
"label": "Under Construction"
},
{
"propertyUrl": "https://www.livabl.com/brooklyn-ny/the-bealin",
"name": "The Bealin",
"price": "From $698,500",
"build": "Condos by Steeltone Construction and Basic Group Corp",
"address": "7616 Bay Parkway, Brooklyn, NY",
"bedrooms": "2",
"sqft": "816 - 839",
"summaryline": "",
"label": "Move In Now"
}]