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 9 Endpunkte Authentifizierung
Basis-URL
https://api.pressmonitor.com Authentifizierung
Alle Anfragen verwenden die Authentifizierung mit Bearer-Token. Fügen Sie den Authorization-Header zu jedem Aufruf hinzu.
Authorization: Bearer YOUR_API_KEY
x-subscription-id: YOUR_SUB_ID GET
/comments Kommentare
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 -X GET "https://api.pressmonitor.com/comments?shortcode=VALUE" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Antworten
200 Erfolg
GET
/followers Follower
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 -X GET "https://api.pressmonitor.com/followers?username_or_id_or_url=VALUE" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Antworten
200 Erfolg
GET
/following Folgt
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 -X GET "https://api.pressmonitor.com/following?username_or_id_or_url=VALUE" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Antworten
200 Erfolg
GET
/hashtag-posts Hashtag-Beiträge
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 -X GET "https://api.pressmonitor.com/hashtag-posts?hashtag=VALUE" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Antworten
200 Erfolg
GET
/info Informationen
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 -X GET "https://api.pressmonitor.com/info?username_or_id_or_url=VALUE" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Antworten
200 Erfolg
GET
/post-info Beitragsinformationen
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 -X GET "https://api.pressmonitor.com/post-info?url_or_shortcode=VALUE" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Antworten
200 Erfolg
GET
/posts Beiträge
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 -X GET "https://api.pressmonitor.com/posts?username_or_id_or_url=VALUE" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Antworten
200 Erfolg
GET
/search-posts Beitragssuche
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 -X GET "https://api.pressmonitor.com/search-posts?search_query=VALUE" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Antworten
200 Erfolg
GET
/search-users Benutzersuchen
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 -X GET "https://api.pressmonitor.com/search-users?search_query=VALUE" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Antworten
200 Erfolg