Skip to content

Commit eeaf1d7

Browse files
committed
feat(instagram): ship api connector v2
1 parent 847677a commit eeaf1d7

6 files changed

Lines changed: 815 additions & 254 deletions

File tree

Binary file not shown.

connector-index.json

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"indexVersion": "1.0",
33
"sourceRepo": "https://github.com/vana-com/data-connectors",
4-
"generatedAt": "2026-04-13T00:00:00Z",
4+
"generatedAt": "2026-04-15T00:00:00Z",
55
"connectors": {
66
"amazon-playwright": [
77
{
@@ -384,6 +384,43 @@
384384
"iconKey": "instagram",
385385
"defaultScope": "instagram.profile"
386386
}
387+
},
388+
{
389+
"connectorId": "instagram-api-playwright",
390+
"company": "meta",
391+
"version": "2.0.0",
392+
"name": "Instagram (API)",
393+
"status": "experimental",
394+
"description": "Exports your Instagram profile, posts, followers, following, and ad interests using API-first network replay (no DOM scraping for data).",
395+
"sourceFiles": {
396+
"script": "meta/instagram-api-playwright.js",
397+
"metadata": "meta/instagram-api-playwright.json"
398+
},
399+
"publishedAt": "2026-04-15T00:00:00Z",
400+
"gitRef": "fix/instagram-api-compat",
401+
"pageApiVersion": 1,
402+
"manifestSha256": "sha256:32b473ac64bb6228ae6dfc01ef568b9515f388402f31682eb8146dead6a779f1",
403+
"scriptSha256": "sha256:32d97144fbc940e9df53508098be2a22363ae97a8836d55e325b8eb1507ee095",
404+
"artifactSha256": "sha256:5a7564a34a17d1f01a8f2faccb11b81a6375edca61e7350e5399dfc111f54ee6",
405+
"artifactPath": "artifacts/instagram-api-playwright/instagram-api-playwright-2.0.0.tgz",
406+
"artifactUrl": "https://raw.githubusercontent.com/vana-com/data-connectors/fix/instagram-api-compat/artifacts/instagram-api-playwright/instagram-api-playwright-2.0.0.tgz",
407+
"scopes": [
408+
"instagram.profile",
409+
"instagram.posts",
410+
"instagram.followers",
411+
"instagram.following",
412+
"instagram.ads"
413+
],
414+
"consumerMetadata": {
415+
"sourceId": "instagram",
416+
"displayName": "Instagram (API)",
417+
"brandDomain": "instagram.com",
418+
"aliases": [
419+
"meta"
420+
],
421+
"iconKey": "instagram",
422+
"defaultScope": "instagram.profile"
423+
}
387424
}
388425
],
389426
"instagram-playwright": [

0 commit comments

Comments
 (0)