Instagram Feed API

Instagram Feed API

Social

A simple & easy way to access your instagram feed with REST API without code. If you are looking to add your Instagram feed into your website then this is so easy. If you don't want to do backend to access your Instagram data.

Visit API🔁 Alternatives

📚 Documentation & Examples

Everything you need to integrate with Instagram Feed API

🚀 Quick Start Examples

Instagram Feed API Javascript Examplejavascript
// Instagram Feed API API Example
const response = await fetch('http://instafeedapi.com/', {
    method: 'GET',
    headers: {
        'Content-Type': 'application/json'
    }
});

const data = await response.json();
console.log(data);

Explore Instagram with Instafeed API

Are you looking for an easy way to retrieve and display Instagram content on your website? Look no further than Instafeed API! With this public API, you can fetch Instagram photos and videos based on username, hashtag, location, and much more.

To get started, you'll need to sign up and get your API key. Once you have your API key, you can start exploring the various endpoints available to you. Here are a few examples to get you started:

Get user feed

// Require Instafeed package
const instafeed = require('instafeedapi');

// Set your API Key
instafeed.setApiKey('YOUR_API_KEY');

// Retrieve the user's feed
const feed = instafeed.getUserFeed({
  username: 'USERNAME'
});

// Log the results
feed.then(response => console.log(response));

Get hashtag feed

// Require Instafeed package
const instafeed = require('instafeedapi');

// Set your API Key
instafeed.setApiKey('YOUR_API_KEY');

// Retrieve the hashtag feed
const feed = instafeed.getHashtagFeed({
  hashtag: 'HASHTAG'
});

// Log the results
feed.then(response => console.log(response));

Get location feed

// Require Instafeed package
const instafeed = require('instafeedapi');

// Set your API Key
instafeed.setApiKey('YOUR_API_KEY');

// Retrieve the location feed
const feed = instafeed.getLocationFeed({
  locationId: 'LOCATION_ID'
});

// Log the results
feed.then(response => console.log(response));

These are just a few examples of the many endpoints available with Instafeed API. By using this powerful tool, you can easily integrate Instagram content into your website, blog, or app. Happy exploring!

📊 30-Day Uptime History

Daily uptime tracking showing online vs offline minutes

Oct 2Oct 4Oct 6Oct 8Oct 10Oct 12Oct 14Oct 16Oct 18Oct 20Oct 22Oct 24Oct 26Oct 28Oct 3104008001440Minutes
Online
Offline

Related APIs in Social