ToolAssay

Full Instagram profile by username — bio, follower and following counts, posts c

Full Instagram profile by username — bio, follower and following counts, posts count, verified and business account flags, category, contact email, external and bio links, profile picture, plus the first page of recent posts and a cursor for more. Instagram profile lookup, creator and influencer stats, follower count, social audience data. No API key.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
955 msmedian answer time
$0.04listed price per call
$0.04price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://instagram.use.x402atlas.com/profile/:username

CategoryImage and media
Provider hostinstagram.use.x402atlas.com
Networkseip155:137, eip155:42161, eip155:8453
Payment schemesexact
Self-reported calls, 30 days7 from 5 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.04 955 ms

Example input (from the provider)

{
  "method": "GET",
  "pathParams": {
    "username": "nasa"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "pathParams": {
          "properties": {
            "username": {
              "description": "Instagram handle as it appears in the profile URL, e.g. `nasa` for instagram.com/nasa. Case-insensitive, no leading @.",
              "maxLength": 30,
              "pattern": "^[A-Za-z0-9._]+$",
              "type": "string"
            }
          },
          "required": [
            "username"
          ],
          "type": "object"
        },
        "queryParams": {
          "properties": {},
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "pathParams"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "next_cursor": {
              "description": "Opaque token for the next page of posts; feed it back as `?cursor=` on /instagram/posts/{username}. Empty when there is no further page.",
              "type": "string"
            },
            "next_cursor_url": {
              "description": "Ready-made URL for the next page \u2014 GET it as-is (it is a paid $0.02 call like any other). Equivalent to feeding `next_cursor` back yourself. Empty when there is no further page.",
              "type": "string"
            },
            "note": {
              "description": "Present only when the lookup found nothing public (unknown, private or empty account). The paid lookup still ran.",
              "type": "string"
            },
            "posts": {
              "description": "One page of the account's posts, newest first; empty when nothing public was found",
              "items": {
                "properties": {
                  "accessibility_caption": {
                    "description": "Instagram's auto-generated image description",
                    "type": "string"
                  },
                  "caption": {
                    "description": "The post's written caption; falls back to accessibility_caption when the post has no written one",
                    "type": "string"
                  },
                  "carousel": {
                    "description": "Children of a multi-media post; empty for single-media posts",
                    "items": {
                      "properties": {
                        "dimensions": {
                          "properties": {
                            "height": {
                              "type": "integer"
                            },
                            "width": {
                              "type": "integer"
                            }
                          },
                          "type": "object"
                        },
                        "display_url": {
                          "type": "string"
                        },
                        "id": {
                          "type": "string"
                        },
                        "is_video": {
                          "type": "boolean"
                        },
                        "shortcode": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "comments": {
                    "type": "integer"
                  },
                  "comments_disabled": {
                    "type": "boolean"
                  },
                  "dimensions": {
                    "properties": {
                      "height": {
                        "type": "integer"
                      },
                      "width": {
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  },
                  "display_url": {
                    "description": "Full-size image (or video cover) URL",
                    "type": "string"
                  },
                  "has_audio": {
                    "type": "boolean"
                  },
                  "id": {
                    "type": "string"
                  },
                  "is_paid_partnership": {
                    "type": "boolean"
                  },
                  "is_video": {
                    "type": "boolean"
                  },
                  "like_and_view_counts_disabled": {
                    "type": "boolean"
                  },
                  "likes": {
                    "type": "integer"
                  },
                  "location": {
                    "description": "Tagged place; absent when the post has none",
                    "properties": {
                      "id": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "slug": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "owner": {
                    "properties": {
                      "id": {
                        "type": "string"
                      },
                      "username": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "product_type": {
                    "description": "Post kind as Instagram labels it, e.g. feed or clips (reels)",
                    "type": "string"
                  },
           

This page as JSON