Plattformintelligenz API

Instagram API

Instagram erreicht monatlich etwa 3 Milliarden Nutzer durch Fotos, Stories, Reels und Direktnachrichten, was es wichtig für Markengeschichten, Partnerschaften mit Kreatoren, Produktentdeckung und visuelles Marketing macht.

API-Referenz Version: 1.0.0 25 Endpunkte Authentifizierung
Instagram

Basis-URL

https://api.pressmonitor.com/instagram/v1

Authentifizierung

Alle Anfragen verwenden die Authentifizierung mit Bearer-Token. Fügen Sie den Authorization-Header zu jedem Aufruf hinzu.

Authorization: Bearer YOUR_TOKEN
GET /audio-info

Audio-Informationen

Audio Info

Parameter

Name Typ Standort Erforderlich Beschreibung
audio_id string query Ja Audio-ID
cursor integer query Nein Pagination-Cursor für die nächste Seite

Code-Beispiele

curl --request GET \ --url 'https://api.pressmonitor.com/instagram/v1/audio-info?audio_id=SOME_STRING_VALUE&cursor=SOME_INTEGER_VALUE'

Antworten

200 Erfolg
GET /comments

Kommentare

Comments

Parameter

Name Typ Standort Erforderlich Beschreibung
shortcode string query Ja Shortcode
count integer query Nein Anzahl der zurückzugebenden Ergebnisse
cursor integer query Nein Pagination-Cursor für die nächste Seite

Code-Beispiele

curl --request GET \ --url 'https://api.pressmonitor.com/instagram/v1/comments?shortcode=SOME_STRING_VALUE&count=SOME_INTEGER_VALUE&cursor=SOME_INTEGER_VALUE'

Antworten

200 Erfolg
GET /comments-thread

Kommentar-Thread

Comments Thread

Parameter

Name Typ Standort Erforderlich Beschreibung
comment_id string query Ja Kommentar-ID
count integer query Nein Anzahl der zurückzugebenden Ergebnisse
cursor integer query Nein Pagination-Cursor für die nächste Seite

Code-Beispiele

curl --request GET \ --url 'https://api.pressmonitor.com/instagram/v1/comments-thread?comment_id=SOME_STRING_VALUE&count=SOME_INTEGER_VALUE&cursor=SOME_INTEGER_VALUE'

Antworten

200 Erfolg
GET /followers

Follower

Followers

Parameter

Name Typ Standort Erforderlich Beschreibung
username_or_id_or_url string query Ja Benutzername oder ID oder URL
cursor integer query Nein Pagination-Cursor für die nächste Seite

Code-Beispiele

curl --request GET \ --url 'https://api.pressmonitor.com/instagram/v1/followers?username_or_id_or_url=SOME_STRING_VALUE&cursor=SOME_INTEGER_VALUE'

Antworten

200 Erfolg
GET /following

Folgt

Following

Parameter

Name Typ Standort Erforderlich Beschreibung
username_or_id_or_url string query Ja Benutzername oder ID oder URL
cursor integer query Nein Pagination-Cursor für die nächste Seite

Code-Beispiele

curl --request GET \ --url 'https://api.pressmonitor.com/instagram/v1/following?username_or_id_or_url=SOME_STRING_VALUE&cursor=SOME_INTEGER_VALUE'

Antworten

200 Erfolg
GET /hashtag-posts

Hashtag-Beiträge

Hashtag Posts

Parameter

Name Typ Standort Erforderlich Beschreibung
hashtag string query Ja Hashtag
count integer query Nein Anzahl der zurückzugebenden Ergebnisse
cursor integer query Nein Pagination-Cursor für die nächste Seite

Code-Beispiele

curl --request GET \ --url 'https://api.pressmonitor.com/instagram/v1/hashtag-posts?hashtag=SOME_STRING_VALUE&count=SOME_INTEGER_VALUE&cursor=SOME_INTEGER_VALUE'

Antworten

200 Erfolg
GET /highlight-info

Highlight-Informationen

Highlight Info

Parameter

Name Typ Standort Erforderlich Beschreibung
highlight_id string query Ja Highlight-ID
cursor integer query Nein Pagination-Cursor für die nächste Seite

Code-Beispiele

curl --request GET \ --url 'https://api.pressmonitor.com/instagram/v1/highlight-info?highlight_id=SOME_STRING_VALUE&cursor=SOME_INTEGER_VALUE'

Antworten

200 Erfolg
GET /highlights

Highlights

Highlights

Parameter

Name Typ Standort Erforderlich Beschreibung
username_or_id_or_url string query Ja Benutzername oder ID oder URL
cursor integer query Nein Pagination-Cursor für die nächste Seite

Code-Beispiele

curl --request GET \ --url 'https://api.pressmonitor.com/instagram/v1/highlights?username_or_id_or_url=SOME_STRING_VALUE&cursor=SOME_INTEGER_VALUE'

Antworten

200 Erfolg
GET /info

Informationen

Info

Parameter

Name Typ Standort Erforderlich Beschreibung
username_or_id_or_url string query Ja Benutzername oder ID oder URL
cursor integer query Nein Pagination-Cursor für die nächste Seite
include_about string query Nein Über einbeziehen
url_embed_safe string query Nein Sichere URL-Einbettung

Code-Beispiele

curl --request GET \ --url 'https://api.pressmonitor.com/instagram/v1/info?username_or_id_or_url=SOME_STRING_VALUE&cursor=SOME_INTEGER_VALUE&include_about=SOME_STRING_VALUE&url_embed_safe=SOME_STRING_VALUE'

Antworten

200 Erfolg
GET /likes

Gefällt mir

Likes

Parameter

Name Typ Standort Erforderlich Beschreibung
shortcode string query Ja Shortcode
count integer query Nein Anzahl der zurückzugebenden Ergebnisse
cursor integer query Nein Pagination-Cursor für die nächste Seite

Code-Beispiele

curl --request GET \ --url 'https://api.pressmonitor.com/instagram/v1/likes?shortcode=SOME_STRING_VALUE&count=SOME_INTEGER_VALUE&cursor=SOME_INTEGER_VALUE'

Antworten

200 Erfolg
GET /location-posts

Orts-Beiträge

Location Posts

Parameter

Name Typ Standort Erforderlich Beschreibung
location_id string query Ja Orts-ID
count integer query Nein Anzahl der zurückzugebenden Ergebnisse
cursor integer query Nein Pagination-Cursor für die nächste Seite

Code-Beispiele

curl --request GET \ --url 'https://api.pressmonitor.com/instagram/v1/location-posts?location_id=SOME_STRING_VALUE&count=SOME_INTEGER_VALUE&cursor=SOME_INTEGER_VALUE'

Antworten

200 Erfolg
GET /post-info

Beitragsinformationen

Post Info

Parameter

Name Typ Standort Erforderlich Beschreibung
url_or_shortcode string query Ja URL oder Shortcode
cursor integer query Nein Pagination-Cursor für die nächste Seite
url_embed_safe string query Nein Sichere URL-Einbettung

Code-Beispiele

curl --request GET \ --url 'https://api.pressmonitor.com/instagram/v1/post-info?url_or_shortcode=SOME_STRING_VALUE&cursor=SOME_INTEGER_VALUE&url_embed_safe=SOME_STRING_VALUE'

Antworten

200 Erfolg
GET /posts

Beiträge

Posts

Parameter

Name Typ Standort Erforderlich Beschreibung
username_or_id_or_url string query Ja Benutzername oder ID oder URL
cursor integer query Nein Pagination-Cursor für die nächste Seite

Code-Beispiele

curl --request GET \ --url 'https://api.pressmonitor.com/instagram/v1/posts?username_or_id_or_url=SOME_STRING_VALUE&cursor=SOME_INTEGER_VALUE'

Antworten

200 Erfolg
GET /reels

Reels

Reels

Parameter

Name Typ Standort Erforderlich Beschreibung
username_or_id_or_url string query Ja Benutzername oder ID oder URL
cursor integer query Nein Pagination-Cursor für die nächste Seite

Code-Beispiele

curl --request GET \ --url 'https://api.pressmonitor.com/instagram/v1/reels?username_or_id_or_url=SOME_STRING_VALUE&cursor=SOME_INTEGER_VALUE'

Antworten

200 Erfolg
GET /reposts

Erneute Beiträge

Reposts

Parameter

Name Typ Standort Erforderlich Beschreibung
username_or_id_or_url string query Ja Benutzername oder ID oder URL
count integer query Nein Anzahl der zurückzugebenden Ergebnisse
cursor integer query Nein Pagination-Cursor für die nächste Seite

Code-Beispiele

curl --request GET \ --url 'https://api.pressmonitor.com/instagram/v1/reposts?username_or_id_or_url=SOME_STRING_VALUE&count=SOME_INTEGER_VALUE&cursor=SOME_INTEGER_VALUE'

Antworten

200 Erfolg
GET /search-audios

Audiosuche

Search Audios

Parameter

Name Typ Standort Erforderlich Beschreibung
search_query string query Ja Suchanfrage
cursor integer query Nein Pagination-Cursor für die nächste Seite

Code-Beispiele

curl --request GET \ --url 'https://api.pressmonitor.com/instagram/v1/search-audios?search_query=SOME_STRING_VALUE&cursor=SOME_INTEGER_VALUE'

Antworten

200 Erfolg
GET /search-coordinates

Koordinatensuche

Search Coordinates

Parameter

Name Typ Standort Erforderlich Beschreibung
lat string query Ja Breitengrad
lng string query Ja Längengrad
cursor integer query Nein Pagination-Cursor für die nächste Seite

Code-Beispiele

curl --request GET \ --url 'https://api.pressmonitor.com/instagram/v1/search-coordinates?lat=SOME_STRING_VALUE&lng=SOME_STRING_VALUE&cursor=SOME_INTEGER_VALUE'

Antworten

200 Erfolg
GET /search-hashtags

Hashtag-Suche

Search Hashtags

Parameter

Name Typ Standort Erforderlich Beschreibung
search_query string query Ja Suchanfrage
cursor integer query Nein Pagination-Cursor für die nächste Seite

Code-Beispiele

curl --request GET \ --url 'https://api.pressmonitor.com/instagram/v1/search-hashtags?search_query=SOME_STRING_VALUE&cursor=SOME_INTEGER_VALUE'

Antworten

200 Erfolg
GET /search-locations

Ortssuchen

Search Locations

Parameter

Name Typ Standort Erforderlich Beschreibung
search_query string query Ja Suchanfrage
cursor integer query Nein Pagination-Cursor für die nächste Seite

Code-Beispiele

curl --request GET \ --url 'https://api.pressmonitor.com/instagram/v1/search-locations?search_query=SOME_STRING_VALUE&cursor=SOME_INTEGER_VALUE'

Antworten

200 Erfolg
GET /search-posts

Beitragssuche

Search Posts

Parameter

Name Typ Standort Erforderlich Beschreibung
search_query string query Ja Suchanfrage
cursor integer query Nein Pagination-Cursor für die nächste Seite

Code-Beispiele

curl --request GET \ --url 'https://api.pressmonitor.com/instagram/v1/search-posts?search_query=SOME_STRING_VALUE&cursor=SOME_INTEGER_VALUE'

Antworten

200 Erfolg
GET /search-reels

Reels-Suche

Search Reels

Parameter

Name Typ Standort Erforderlich Beschreibung
search_query string query Ja Suchanfrage
cursor integer query Nein Pagination-Cursor für die nächste Seite

Code-Beispiele

curl --request GET \ --url 'https://api.pressmonitor.com/instagram/v1/search-reels?search_query=SOME_STRING_VALUE&cursor=SOME_INTEGER_VALUE'

Antworten

200 Erfolg
GET /search-similar

Ähnlichkeitssuche

Search Similar

Parameter

Name Typ Standort Erforderlich Beschreibung
username_or_id string query Ja Benutzername oder ID
cursor integer query Nein Pagination-Cursor für die nächste Seite

Code-Beispiele

curl --request GET \ --url 'https://api.pressmonitor.com/instagram/v1/search-similar?username_or_id=SOME_STRING_VALUE&cursor=SOME_INTEGER_VALUE'

Antworten

200 Erfolg
GET /search-users

Benutzersuchen

Search Users

Parameter

Name Typ Standort Erforderlich Beschreibung
search_query string query Ja Suchanfrage
cursor integer query Nein Pagination-Cursor für die nächste Seite

Code-Beispiele

curl --request GET \ --url 'https://api.pressmonitor.com/instagram/v1/search-users?search_query=SOME_STRING_VALUE&cursor=SOME_INTEGER_VALUE'

Antworten

200 Erfolg
GET /stories

Stories

Stories

Parameter

Name Typ Standort Erforderlich Beschreibung
username_or_id_or_url string query Ja Benutzername oder ID oder URL
cursor integer query Nein Pagination-Cursor für die nächste Seite

Code-Beispiele

curl --request GET \ --url 'https://api.pressmonitor.com/instagram/v1/stories?username_or_id_or_url=SOME_STRING_VALUE&cursor=SOME_INTEGER_VALUE'

Antworten

200 Erfolg
GET /tagged

Markiert

Tagged

Parameter

Name Typ Standort Erforderlich Beschreibung
username_or_id_or_url string query Ja Benutzername oder ID oder URL
count integer query Nein Anzahl der zurückzugebenden Ergebnisse
cursor integer query Nein Pagination-Cursor für die nächste Seite

Code-Beispiele

curl --request GET \ --url 'https://api.pressmonitor.com/instagram/v1/tagged?username_or_id_or_url=SOME_STRING_VALUE&count=SOME_INTEGER_VALUE&cursor=SOME_INTEGER_VALUE'

Antworten

200 Erfolg