Scrape and Transform Instagram Posts into Blog Content—No API Key Needed
A simple, serverless tool that effortlessly fetches Instagram posts, complete with images, without the need for an API key! Whether you're a content creator, marketer, or small business owner, this tool can help you seamlessly repurpose your Instagram content for your blog or website.

A simple, serverless tool that effortlessly fetches Instagram posts, complete with images, without the need for an API key! Whether you’re a content creator, marketer, or small business owner, this tool can help you seamlessly repurpose your Instagram content for your blog or website.
Highlights:
::list{type=“success”}
- Extracts your latest Instagram posts exposed as REST api.
- No API key or complex authentication required.
- Cross-origin issues? No problem! Convert images to base64 for easy embedding.
- Designed for edge deployment on platforms like Vercel, but can be run on-premises too! ::
Tech Details:
::list{type=“success”}
- Built with 100% edge deployment in mind using V8 isolates.
- Built on Next.JS Server actions
- Simple microservice architecture following the Single Responsibility Principle (SRP). ::
Disclaimer: Use it responsibly in compliance with Instagram’s terms and conditions.
Source Code
Check it out on GitHub: https://github.com/senthilsweb/instagram-scraper.git
API Endpoint
POST /api/instagram/scrape
Retrieves Instagram posts for a given profile and size limit. ::list{type=“success”}
- URL: /api/instagram/scrape
- Method: POST
- Content-Type: application/json ::
Request Payload
{
"profile_id": "your-instagram-profile-id",
"first": 10
}