Using creative-ad-agent with instagram.com

TypeScript integration

Install
npm install creative-ad-agent
Quick start
import Creative_ad_agent from 'creative-ad-agent';

const client = new Creative_ad_agent({ apiKey: "YOUR_API_KEY" });
Search for tags by name.
curl \
  # append ?access_token=$API_KEY to the URL \
  /tags/search
Search for media in a given area.
curl \
  # append ?access_token=$API_KEY to the URL \
  /media/search
Search for a user by name.
curl \
  # append ?access_token=$API_KEY to the URL \
  /users/search
SDK on GitHub 📄 API Docs
SDK
creative-ad-agent
TypeScript
API
instagram.com
instagram.com
At a glance
Language TypeScript
Endpoints27