get_agencies
Retrieve recruitment agency data for detecting agencies in job listings. Includes agency names, keyword patterns, and detection rules. Credits: 0.125 per call (cached results cost 25%)Tools
get_agencies_info
Check data freshness before fetching the full agency list. Credits: 0.01| Parameter | Type | Required | Description |
|---|---|---|---|
country | string | No | Country code: GB (default) or FR |
get_agencies
Fetch the full agency list with pagination.| Parameter | Type | Required | Description |
|---|---|---|---|
country | string | No | Country code: GB (default) or FR |
offset | number | No | Pagination offset (default: 0) |
limit | number | No | Batch size, max 100 (default: 100) |
Response
Notes
- Global keywords and exceptions are included only in the first batch (offset=0)
- Use
get_agencies_infofirst to check if your local cache is still current - Results may be cached for faster response and lower credit cost