
Livabl Scraper
7 days trial then $25.00/month - No credit card required now

Livabl Scraper
7 days trial then $25.00/month - No credit card required now
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.
Actor Metrics
1 Monthly user
No reviews yet
1 bookmark
>99% runs succeeded
Created in Jul 2023
Modified a year ago
Livabl scraper extracts New Construction Home Information from Livabl.
Scrape New Construction Home details using the Listing page URL as well as the Detail page of a particular property.
Input
Input can be passed from Apify platform or as a JSON Input with the key startUrls.
Example Input:
1{ 2 "proxyConfiguration": { 3 "useApifyProxy": true 4 }, 5 "startUrls": [ 6 { 7 "url": "https://www.livabl.com/new-york-ny/new-homes" 8 }, 9 { 10 "url": "https://www.livabl.com/new-york-ny/45-east-7th" 11 } 12 ] 13}
Output
Example Output:
1[{ 2 "name": "45 East 7th", 3 "address": "45 East 7th Street,New York, NY", 4 "developedBy": "By Nexus Building Development Group", 5 "price": "Listing status Selling From $1,295,000 to $7,995,000", 6 "amenities": [ 7 "Bike Storage", 8 "Landscaped Roof Terrace", 9 "Garden Terrace", 10 "Virtual Doorman", 11 "Cold Storage", 12 "Communal Laundry", 13 "Doorman Service", 14 "Fitness Center" 15 ], 16 "units": "21", 17 "stories": "7", 18 "bedrooms": "1 - 3", 19 "averageArea": "586 - 2523", 20 "averagePricePerSqft": "$2210", 21 "buildingType": "Condo", 22 "ownership": "Condominium", 23 "sellingStatus": "Selling", 24 "constructionStatus": "Complete", 25 "phone": "347-713-7077", 26 "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." 27}, 28{ 29 "name": "The Rockwell", 30 "price": "From $1,115,000", 31 "build": "Condos by Toll Brothers", 32 "address": "2815 Broadway, New York, NY", 33 "bedrooms": "1 - 3", 34 "sqft": "621 - 1776", 35 "summaryline": "", 36 "label": "Under Construction" 37}, 38{ 39 "name": "Skyline Tower", 40 "price": "From $660,400", 41 "build": "Condos by United Construction & Development Group, FSA Capital and Risland", 42 "address": "3 Court Square West, Queens, NY", 43 "bedrooms": "Studio - 3", 44 "sqft": "400 - 1326", 45 "summaryline": "", 46 "label": "Move In Now" 47}, 48{ 49 "name": "One Waterline Square", 50 "price": "From $4,070,000", 51 "build": "Condos by GID Development Group", 52 "address": "10 Riverside Boulevard, New York, NY", 53 "bedrooms": "2", 54 "sqft": "1532", 55 "summaryline": "", 56 "label": "Move In Now" 57}]