IGPAPI
    Preparing search index...

    Function ProfileVisitFlow

    • Simulates an Instagram profile visit — fetches user info, timeline, highlights, stories, friendships, and fires pigeon analytics events.

      Returns the user info response. Background requests (timeline, highlights, pigeon events, etc.) fire in parallel.

      Parameters

      Returns Effect<
          any,
          IgApiError
          | RequestError
          | ParseError
          | TransportError,

              | PlainJsonApiHttp
              | MobileSession
              | MobileDevice
              | GraphqlJsonHttp
              | MobileApplication
              | Transport
              | PlainNdjsonApiHttp
              | GraphqlNdjsonHttp,
      >