Instagram Story By Cookies avatar
Instagram Story By Cookies

Pricing

$10.00 / 1,000 results

Go to Apify Store
Instagram Story By Cookies

Instagram Story By Cookies

Developed by

shareze

shareze

Maintained by Community

Use cookies to scrape stories from a specific Instagram user. The reason for splitting is that after obtaining a cookie, it can be used for multiple days to avoid your account being blocked.

0.0 (0)

Pricing

$10.00 / 1,000 results

3

51

14

Last modified

5 days ago

Instagram Story by Cookies Scraper

This Apify Actor is designed to scrape Instagram stories from a specific user using session cookies. It allows you to retrieve detailed information about the user's stories.

How to Use

1. Input Configuration

The Actor requires an input JSON object to define the scraping parameters. The structure of the input is as follows:

{
"cookies": "sessionid=xxxxxx",
"username": "jjlin"
}
  • cookies: (Required) The logged-in Instagram session cookie. You can obtain this after logging into Instagram or use the Actor:shareze001/instagram-cookies Actor.
  • username: (Required) The Instagram username of the profile whose stories you want to scrape. For example, "jjlin".

2. Output Data

The Actor returns an array of objects containing information about the Instagram stories. The structure of each object depends on the story content and may include the following fields:

  • id: The unique ID of the story.
  • media_type: The type of media (e.g., image, video).
  • media_url: The URL of the story media.
  • taken_at: The timestamp when the story was created.
  • user: Information about the user who posted the story.

If no stories are found, the output will indicate that no stories are available.

3. Running the Actor

  1. Deploy the Actor on the Apify platform.
  2. Provide the input JSON in the Actor's input configuration.
  3. Run the Actor to scrape the stories.
  4. The results will be available in the Actor's dataset.

4. Example Use Case

To scrape stories from the Instagram profile "jjlin":

  1. Set the input as:
    {
    "cookies": "sessionid=xxxxxx",
    "username": "jjlin"
    }
  2. Run the Actor.
  3. Retrieve the output dataset containing the story details.

Notes

  • This Actor uses Instagram's public API and requires a valid session cookie.
  • Ensure that the input cookies are valid and correspond to a logged-in Instagram account.
  • The Actor is optimized for performance but may be subject to rate limits or restrictions imposed by Instagram.