Add Tasks
SeLoger Search Export
Add Tasks
Add SeLoger search URLs to scrape real estate listings
POST
Add Tasks
Add SeLoger search URLs to scrape French real estate listings. The scraper extracts property details including pricing, area, location, agency information, and energy ratings.
Headers
Your API authentication token. Value:
Token YOUR_API_KEYRequest body format. Value:
application/jsonRequest Body
| Field | Type | Required | Description |
|---|---|---|---|
| squid | string | Yes | Hash of your squid configured with the SeLoger Search Export crawler |
| tasks | array | Yes | Array of task objects, each containing a url field |
Task Object
| Field | Type | Required | Description |
|---|---|---|---|
| url | string | Yes | SeLoger search URL (e.g., https://www.seloger.com/list.htm?projects=2&places=...) |
SeLoger is a French real estate platform - URLs contain encoded location and filter parameters.
Code Examples
Response
200