IGLeads Logo
igleads.co

Getting Started

The igleads.co REST API lets you trigger web extraction campaigns targeting public Instagram profiles, follower chains, and hashtag feeds programmatically.

Root API Server Endpointhttps://api.igleads.co/api

Authentication Credentials

Requests consume API scraping credits depending on your current account tier. You must authorize requests using your active JSON Web Token (JWT) key obtained from the Authentication API.

Legal & Compliance Notice

Legality of Public Scraping: Accessing publicly available web data is fully lawful. In the landmark case hiQ Labs v. LinkedIn, the US Court of Appeals reaffirmed that extraction of public information does not violate anti-hacking statutes like the CFAA.

Compliance Guidelines: While scraping is legal, developers must respect regional privacy laws (GDPR, CCPA) when storing or utilising contact leads. igleads.co only retrieves data that has been explicitly set to public view by the owner.

Code Snippet
curl -X GET "https://api.igleads.co/api/auth/me" \
  -H "Authorization: Bearer YOUR_JWT_TOKEN"
Terminal Console
Click "Run Sandbox Test" to view simulated response JSON body output...