Apartments.com Property Scraper
Pricing
from $2.49 / 1,000 results
Apartments.com Property Scraper
Standalone public-page Apartments.com scraper with detailed structured live output.
Pricing
from $2.49 / 1,000 results
Rating
0.0
(0)
Developer
ScrapeAI
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Overview
Extract public Apartments.com listing pages. This is a standalone Apify Actor for Apartments.com with its own input schema, source adapter, dataset, run summary, diagnostics, and output files.
Features
- Extracts publicly visible listing fields and structured page data.
- Opens detail pages when available to enrich title, price, address, features, media, and facts.
- Deduplicates records by source listing URL or identifier.
- Emits only source-backed live records with
dataOrigin: "live-page". - Omits unknown values instead of inventing them or inserting JSON
nullvalues. - Saves per-run status and access-block diagnostics in
storage/key_value_stores/default.
Default source URL
https://www.apartments.com/san-francisco-ca/
Input
| Field | Type | Default | Description |
|---|---|---|---|
startUrls | array | source default | Public search, listing, or detail URLs for this portal. |
maxItemsPerActor | integer | 10 | Maximum detailed records. |
maxPagesPerActor | integer | 2 | Maximum list/search pages. |
includeDetails | boolean | true | Enrich records from detail pages. |
includeRawData | boolean | true | Keep selected structured source data. |
proxyEnabled | boolean | false | Use an authorized Apify or user-supplied proxy. |
maxRequestRetries | integer | 3 | Bounded retry/backoff for transient failures. |
Sample live output
The latest direct check did not expose a source-backed record (blocked). This Actor emits no placeholder or synthetic rows.
Local development
Run this folder as its own Actor:
$apify run --input-file storage/key_value_stores/default/INPUT.json
Validate the Actor contract and stored live records:
apify validate-schemanode dataset-validator.js
Access and compliance
The latest direct check was blocked by the source portal (Source returned HTTP 403 Forbidden.). The Actor records diagnostics in the local Apify key-value store and omits blocked pages from the dataset. Use only public pages and an authorized purpose. Proxy access can incur account costs and does not authorize bypassing CAPTCHA, authentication, robots directives, or other access controls.
Output files
.actor: Actor metadata and schemas.src: This portal's standalone adapter and shared extraction runtime.storage/datasets/default: Apify-style local result records.storage/key_value_stores/default/RUN_SUMMARY.json: run result and diagnostics summary.output/dataset.jsonandoutput/dataset.jsonl: exported live-only result files.