POST
/v1/tasksAdd Tasks
Add SeLoger search URLs to scrape real estate listingsAdd SeLoger search URLs to scrape French real estate listings. The scraper extracts property details including pricing, area, location, agency information, and energy ratings.
Headers
| Key | Value | Required |
|---|---|---|
| Authorization | Token YOUR_API_KEY | Yes |
| Content-Type | application/json | Yes |
Request Body
squid
Type:
string
Required:
Yes
Description:
Hash of your squid configured with the SeLoger Search Export crawler
tasks
Type:
array
Required:
Yes
Description:
Array of task objects, each containing a `url` field
Task Object
url
Type:
string
Required:
Yes
Description:
SeLoger search URL (e.g., `https://www.seloger.com/list.htm?projects=2&places=...`)
Pro Tip
Perform your search on SeLoger.com first, apply all filters (location, property type, price range), then copy the URL to preserve all parameters.
Note
SeLoger is a French real estate platform - URLs contain encoded location and filter parameters.