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

📚 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

Jul 11Jul 13Jul 15Jul 17Jul 19Jul 21Jul 23Jul 25Jul 27Jul 29Jul 31Aug 2Aug 4Aug 6Aug 904008001440Minutes
Online
Offline

Related APIs in Social