VOOZH about

URL: https://apify.com/alwaysprimedev/8prop-scraper

โ‡ฑ 8prop Property Intelligence Scraper ยท Apify


๐Ÿ‘ 8prop Property Intelligence Scraper avatar

8prop Property Intelligence Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store

8prop Property Intelligence Scraper

Scrape rich Singapore property project data (HDB, condo, landed) from 8prop.com โ€” sale & rent valuations, transaction history, unit mix, photos, amenities, developer info.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Always Prime

Always Prime

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 months ago

Last modified

Share

8prop Scraper ๐Ÿ ๐Ÿ“Š

Singapore property intelligence at API speed. Pull rich project records from 8prop.com โ€” sale & rent valuations, PSF, transaction history, unit mix, photos, amenities, developer info โ€” straight into a clean JSON / CSV / Excel dataset.

๐Ÿ‘ Apify
๐Ÿ‘ Python
๐Ÿ‘ JSON

Why this scraper โšก๏ธ

  • ๐Ÿง  80+ structured fields per project โ€” everything 8prop's UI shows, ready for analysis
  • ๐Ÿš€ Pure-HTTP, ~1s per project โ€” no headless browser, no premium proxies needed
  • ๐Ÿ” Auto-discover similar projects โ€” one seed URL can fan out to hundreds of comparable properties
  • ๐Ÿ  Works for HDB, condo, landed, mixed-use โ€” single schema across every property type
  • ๐Ÿ’ธ Pay only for what you scrape โ€” $0.50 per 1,000 records, no monthly minimum

Quick start ๐Ÿš€

  1. Click "Try for free" on the actor page
  2. Paste 8prop URLs into the Project URLs field โ€” copy them straight from the 8prop site (e.g. https://8prop.com/project/sg/condo/silversea-3009187)
  3. Hit "Start" โ€” the run completes in seconds for small batches, minutes for hundreds of records
  4. Download as JSON, CSV, or Excel from the output tab

That's it โ€” no proxy setup, no anti-bot dance, no schema wrangling.

Input options ๐Ÿ“ฆ

FieldDescription
startUrlsOne or more 8prop project URLs (full URLs, paths, or slugs all work). The minimum input.
maxItemsCap on records pushed. Default 50; set 0 for unlimited (combine with crawlComparables).
crawlComparablesWhen enabled, follows the "comparable projects" graph from each seed โ€” every project links to ~10 similar ones, so a single seed can reach hundreds of related properties.
concurrencyParallel fetches. Default 5, max 25. Raise it for speed; lower it if you ever see warnings.

Sample output ๐Ÿ’Ž

{
"url":"https://8prop.com/project/sg/condo/silversea-3009187",
"id":"f8ca6e4bbb4ea2a6acf60cac7f2c06b2",
"scraped_at":"2026-05-15T00:50:00.123456+00:00",
"display_name":"Silversea",
"property_group":"condo",
"property_type":"condo",
"project_status":"completed",
"address":{
"address_display":"Silversea, 50 Marine Parade Road",
"street_name":"Marine Parade Road",
"location_display":"D15 โ€ข Marine Parade โ€ข Marine Parade",
"latitude":1.300893,
"longitude":103.906751
},
"tenure_years":99,
"tenure_type":"leasehold",
"build_date":"2014-01-01",
"unit_count":383,
"num_units_available":18,
"sale_value_psf":2170,
"sale_value_price":3120000,
"rent_value_psf":5.4,
"rent_value_price":7800,
"median_monthly_rent_yield":2.99,
"last30d_sale_listing_count":12,
"last30d_rent_listing_count":31,
"developer":{
"name":"Far East Organization",
"incorporation_year":1960,
"slug":"company/sg/property-developer/far-east-organization"
},
"land":{
"size_sqm":27531.4,
"land_use":"residential",
"gross_plot_ratio":2.8,
"max_floor_count":25
},
"photos":[
{"url":"https://...","type":"general","subtype":"exterior-building"}
],
"amenities":[
{"name":"Marine Parade MRT","type":"transportation","subtype":"mrt station","distance_m":320,"time_min":4}
],
"unit_mixes":[
{"label":"2-bed","unit_count":84,"sale_value_psf":2050,"rent_value_psf":5.2,"monthly_rent_yield":3.04}
]
}

Use cases ๐Ÿ’ผ

WhoWhat they get
๐Ÿ˜๏ธ Property investorsPSF trends, rent yields, transaction volumes โ€” find under-priced districts and projects with momentum
๐Ÿค Real estate agentsBulk comparables for pricing pitches; nearby-amenity overlays for listings
๐Ÿ“ˆ PropTech & analytics teamsClean dataset for valuation models, time-series trend dashboards, market reports
๐Ÿงช ML / data teamsRich training data โ€” 80+ numeric fields per project, geocoded, with developer & land metadata
๐Ÿ—๏ธ Developers / land bankersPlot-ratio, max-GFA, max-floor-count for every parcel; cross-reference completed comparables

Tips & tricks ๐Ÿงฐ

  • ๐Ÿ’ก Start small โ€” run with 5 URLs first to confirm the fields you want are there, then scale up.
  • ๐Ÿ” Use crawlComparables for market sweeps โ€” paste 3โ€“5 seed URLs in your district of interest and let the BFS pull surrounding comparables.
  • ๐ŸŒ Locale URLs (/en-AU/project/..., /zh-CH/project/...) are auto-normalised โ€” paste anything.
  • ๐Ÿ“ฅ Export to Google Sheets with the Excel format โ€” every numeric column is typed correctly.

FAQ โ“

Does it work for HDB and landed too? Yes. The same scraper handles HDB, condo, landed, mixed-use โ€” every property type 8prop covers, with a single schema.

How fresh is the data? Each run hits 8prop live โ€” you get the same numbers a human visitor would see at that moment.

Why not provide a search filter (price range, district)? 8prop's own search runs entirely in the user's browser without exposing a public list endpoint. The most reliable way to enumerate is via the comparables graph (crawlComparables: true) starting from a seed in the area you care about.

What about images? Photo URLs are returned in the photos array, ready to download separately. The scraper itself doesn't fetch image bytes (keeps cost low).

Pricing ๐Ÿ’ฐ

$0.50 per 1,000 records, pay-per-result. No subscription, no monthly minimum. You only pay for records pushed to the dataset โ€” failed fetches and dedup-skips are free.


Built and maintained on Apify. Found a bug or want a new field exposed? Open an issue on the actor page.

You might also like

EdgeProp Singapore Scraper

unfenced-group/edgeprop-sg-scraper

Scrape property listings from EdgeProp Singapore โ€” sale and rent across HDB, condo, landed, and commercial. No proxy required.

๐Ÿ‘ User avatar

Unfenced Group

2

99.co Property Scraper โ€” Singapore Listings

alwaysprimedev/99co-property-scraper

Scrape Singapore property listings from 99.co (sale & rent, condos, HDB, landed). Structured fields: price, PSF, beds, baths, sqft, tenure, agent, photos, geo.

SRX Property Scraper - Singapore Listings & Agent Leads

scrapesage/srx-property-scraper

Scrape SRX.com.sg Singapore property: HDB, condo, landed & commercial listings for sale/rent with price, PSF, size, tenure, district, market segment, agent leads (name, mobile, agency) and transacted comparables.

EdgeProp.sg Scraper โ€” Singapore Property & Agent Leads

scrapesage/edgeprop-singapore-scraper

Scrape Singapore property listings from EdgeProp.sg โ€” price, PSF, beds, baths, size, project, district, tenure, rental yield and photos, plus the agent's name, CEA reg no, agency and mobile for lead generation. Sale & rent across condo, HDB & landed. Monitor price drops. No login or API key.

99.co Property Scraper โ€” Singapore Listings & Agent Leads

scrapesage/99-co-property-scraper

Scrape Singapore property from 99.co โ€” HDB, condos, landed & commercial, for sale or rent. Get prices, PSF, beds, floor area, tenure, MRT distance, geo-coordinates, photos plus the listing agent name, phone & WhatsApp. Monitoring mode returns only new listings. Export to JSON, CSV, Excel.

Underdog Fantasy Prop Lines Scraper

brilliant_gum/sports-props-aggregator

Scrape live player prop lines from Underdog Fantasy. Points, rebounds, assists, combo props, over/under odds, implied probability. Filter by player, team, sport, or prop type. NBA, NFL, MLB, NHL, soccer.

๐Ÿ‘ User avatar

Yuliia Kulakova

7

SRX Singapore Property Scraper

unfenced-group/srx-sg-scraper

Scrape HDB property listings from SRX Singapore โ€” sale and rent. Price, PSF, area, MRT, tenure and more.

๐Ÿ‘ User avatar

Unfenced Group

2

HDB Resale Transactions Singapore

unfenced-group/hdb-resale-scraper

Extract Singapore HDB resale transaction data from the official data.gov.sg API. 900k+ records from 1990 to present.

๐Ÿ‘ User avatar

Unfenced Group

2

Realtor.com Scraper

solidcode/realtorcom-scraper

[๐Ÿ’ฐ $0.8 / 1K] Extract property listings from Realtor.com. Get prices, addresses, photos, schools, tax history, value estimates, agent contact info, and more for sale, rent, or sold properties.

Rent Property Search Scraper

stealth_mode/rent-property-search-scraper

Scrape rental property listings from Rent.com including pricing, floor plans, amenities, contact info, photos, and 70+ fields per property. Perfect for real estate analysts, investors, and rental market researchers.