VOOZH about

URL: https://apify.com/instagram-story-viewer/instagram-story-viewer-api

โ‡ฑ Instagram Story Viewer (Anonymous) - View & Download ยท Apify


Pricing

Pay per usage

Go to Apify Store

Anonymous Instagram Story Viewer

One Of The Fastest Anonymous Instagram Story Viewer API In The World.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

๐Ÿ‘ Instagram Story

Instagram Story

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

19 days ago

Last modified

Share

MCP server template

A template for creating a Model Context Protocol server using Streamable HTTP transport on Apify platform.

This template includes a simple example MCP server with:

  • An add tool that adds two numbers together with structured output
  • A dummy calculator-info resource endpoint
  • Pay Per Event monetization support

How to use

  1. Modify the server: Edit src/main.ts to add your own tools and resources
  2. Add new tools: Use the server.registerTool() method to register new tools
  3. Add new resources: Use the server.registerResource() method to register new resources
  4. Update billing: Configure billing events in .actor/pay_per_event.json and charge for tool calls

The server runs on port 3000 (or APIFY_CONTAINER_PORT if set) and exposes the MCP protocol at the /mcp endpoint.

Running locally

npminstall
npm run start:dev

The server will start and listen for MCP requests at http://localhost:3000/mcp

Deploying to Apify

Push your Actor to the Apify platform and configure standby mode.

Then connect to the Actor endpoint with your MCP client: https://me--my-mcp-server.apify.actor/mcp using the Streamable HTTP transport.

Important: When connecting to your deployed MCP server, pass your Apify API token in the Authorization header as a Bearer token:

Authorization: Bearer <YOUR_APIFY_API_TOKEN>

Pay per event

This template uses the Pay Per Event (PPE) monetization model, which provides flexible pricing based on defined events.

To charge users, define events in JSON format and save them on the Apify platform. Here is an example schema with the tool-call event:

[
{
"tool-call":{
"eventTitle":"Price for completing a tool call",
"eventDescription":"Flat fee for completing a tool call.",
"eventPriceUsd":0.05
}
}
]

In the Actor, trigger the event with:

await Actor.charge({ eventName:'tool-call'});

This approach allows you to programmatically charge users directly from your Actor, covering the costs of execution and related services.

To set up the PPE model for this Actor:

  • Configure Pay Per Event: establish the Pay Per Event pricing schema in the Actor's Monetization settings. First, set the Pricing model to Pay per event and add the schema. An example schema can be found in .actor/pay_per_event.json.

Resources

Getting started

For complete information see this article. In short, you will:

  1. Build the Actor
  2. Run the Actor

Pull the Actor for local development

If you would like to develop locally, you can pull the existing Actor from Apify console using Apify CLI:

  1. Install apify-cli

    Using Homebrew

    $brew install apify-cli

    Using NPM

    $npm-ginstall apify-cli
  2. Pull the Actor by its unique <ActorId>, which is one of the following:

    • unique name of the Actor to pull (e.g. "apify/hello-world")
    • or ID of the Actor to pull (e.g. "E2jjCZBezvAZnX8Rb")

    You can find both by clicking on the Actor title at the top of the page, which will open a modal containing both Actor unique name and Actor ID.

    This command will copy the Actor into the current directory on your local machine.

    $apify pull <ActorId>

Documentation reference

To learn more about Apify and Actors, take a look at the following resources:

You might also like

Instagram (IG) Anonymous Story Scraper Downloader Viewer

scraped/instagram-story-scraper

This scraper will provide you with Instagram story data for the username you input.

Snapchat Story Viewer

igview-owner/snapchat-story-viewer

Anonymous Snapchat story viewer for public profiles. This actor fetches public Snapchat stories from one or more usernames, extracts media URLs and metadata, and saves everything into an Apify dataset.

๐Ÿ‘ User avatar

Sachin Kumar Yadav

147

TikTok Story Viewer Scraper

automation-lab/tiktok-story-viewer-scraper

๐ŸŽฌ Check public TikTok profiles for story availability, story status codes, and profile metadata without login.

๐Ÿ‘ User avatar

Stas Persiianenko

2

Instagram Stories Scraper

nifty.codes/instagram-stories-scraper

Extract Instagram stories with media URLs, timestamps, and author details from story viewer pages. Powered by Instagram Scraper.

TikTok Story Viewer

igview-owner/tiktok-story-viewer

View and download TikTok stories from any public profile in seconds. This TikTok Story Viewer actor extracts full story data including video URLs (with and without watermark), cover images, music metadata, engagement metrics (views, likes, comments, shares, saves) and author profile information.

๐Ÿ‘ User avatar

Sachin Kumar Yadav

133

5.0

Instagram Story Scraper ๐Ÿ“ธ

scrapio/instagram-story-scraper

๐Ÿ“ธ Instagram Story Scraper extracts story data for insights & outreach. โšก Save time, analyze engagement, and boost lead gen. ๐Ÿ”Ž Perfect for marketers, creators, and researchers. ๐Ÿš€

Instagram Story Scraper ๐Ÿ“ธ

scraper-engine/instagram-story-scraper

๐Ÿ“ธ Instagram Story Scraper extracts public Instagram story data fast & accurately. Automate insights, track trends, and support marketing research with ease. ๐Ÿš€ Perfect for creators, analysts & brands. โšก๏ธ Get results in moments!

๐Ÿ‘ User avatar

Scraper Engine

1

Instagram Story Scraper ๐Ÿ“ธ

api-empire/instagram-story-scraper

๐Ÿ“ธ Instagram Story Scraper helps you efficiently collect Instagram Story data for insights, marketing & competitor research. ๐Ÿ”Ž Save time, streamline workflows, and boost decision-making. ๐Ÿš€โœจ Perfect for analysts & creators.

Instagram Story Scraper ๐Ÿ“ธ

scrapier/instagram-story-scraper

๐Ÿ“ธ Instagram Story Scraper extracts story content fast & reliably for insights and lead research. ๐Ÿ”Ž Automate monitoring, save time, and track trends across profiles. ๐Ÿš€ Perfect for marketers, creators, and analysts.

Related articles

What is an anonymous proxy? A detailed guide for 2025
Read more
How to scrape data from Instagram: profiles, comments, reels, tags, and images
Read more
How to scrape Instagram with Python and avoid getting blocked
Read more