Update Settings
PAP Search Export
Update Settings
Configure the PAP Apartments scraper parameters and options
POST
Update Settings
Configure your PAP Apartments squid settings to control the maximum number of results to scrape. Adjust settings based on how many listings you need from each search.
Headers
Your API authentication token. Value:
Token YOUR_API_KEYRequest body format. Value:
application/jsonScraper Parameters
Set these parameters in theparams object:
| Parameter | Type | Default | Description |
|---|---|---|---|
| max_results | integer | 200 | Maximum number of listings to collect per task |
| max_unique_results_per_run | integer | unlimited | Maximum unique results across all tasks in the run |
Squid Settings
Configure general squid settings:| Setting | Type | Description |
|---|---|---|
| name | string | Display name for your squid configuration |
| concurrency | integer | Number of parallel scraping threads (default: 1) |
| export_unique_results | boolean | Export only unique results (deduplicated) |
| to_complete | boolean | Run until all tasks complete |
| no_line_breaks | boolean | Remove line breaks from results |
PAP typically has fewer listings than agency-based platforms since it only features private sellers.
Code Examples
Response
201