iCloseLeads API v1
Lead intelligence for your own workflow.
Search local businesses, remote roles, and fresh live opportunities through one stable JSON API. Build internal tools, alerts, research pipelines, or client acquisition workflows without rebuilding the search layer.
Server-side authentication
Keep keys out of browser and mobile bundles.
Authorization: Bearer icl_live_...- Access
- Agency / admin
- Daily allowance
- Agency 250 · Admin unlimited
- Page size
- Up to 50 results
- Reset
- 00:00 UTC
Endpoints
Three focused read APIs
/api/v1/local-businessesSearch real local businesses by service, location, and website status.
Scope: local-businesses:read/api/v1/remote-jobsFind relevant remote work across the platform's job intelligence layer.
Scope: remote-jobs:read/api/v1/live-jobsQuery the freshest job and client-demand signals for selected niches.
Scope: live-jobs:readLocal business search
Find businesses with a reason to buy
Required: keyword and location. Optional filters include website status, page size, and cursor.
curl -G 'https://icloseleads.com/api/v1/local-businesses' \
-H 'Authorization: Bearer icl_live_...' \
--data-urlencode 'keyword=plumber' \
--data-urlencode 'location=Austin, TX' \
--data-urlencode 'filter=no_website' \
--data-urlencode 'limit=25'Job search
Match fresh work to one or more niches
Pass comma-separated niche slugs, a freshness window, confidence threshold, and optional contact or urgency filters.
curl -G 'https://icloseleads.com/api/v1/remote-jobs' \
-H 'Authorization: Bearer icl_live_...' \
--data-urlencode 'niches=web-development,seo' \
--data-urlencode 'max_hours=168' \
--data-urlencode 'min_confidence=55'Stable contract, private sourcing
Responses identify iCloseLeads as the data layer. Upstream credentials and supplier implementation details are never exposed.