Instagram Post & Reels Urls Scraper Max Per Profile avatar

Instagram Post & Reels Urls Scraper Max Per Profile

Pricing

from $0.00005 / actor start

Go to Apify Store
Instagram Post & Reels Urls Scraper Max Per Profile

Instagram Post & Reels Urls Scraper Max Per Profile

Extract Instagram Reels URLs and Image Post URLs from one or multiple public Instagram profiles. Supports usernames and profile URLs, customizable limits per profile, and outputs clean structured data for research, analytics, automation, and content monitoring.

Pricing

from $0.00005 / actor start

Rating

0.0

(0)

Developer

Alpha Scraper

Alpha Scraper

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Share


๐Ÿš€ Instagram Reels & Posts URLs Scraper

๐ŸŽฏ Extract Instagram Reels URLs & Post URLs from Public Profiles

The Instagram Reels & Posts URLs Scraper is a powerful Apify actor designed to extract Instagram content URLs from one or multiple public Instagram profiles.

Simply provide Instagram usernames or profile URLs, choose the content type you want, set the maximum number of results per profile, and receive a clean dataset containing Instagram Reels URLs, Image Post URLs, or both.

This tool is ideal for marketers, researchers, social media agencies, creators, analysts, automation workflows, lead generation systems, content monitoring, competitor analysis, trend tracking, and data collection projects.


โญ Why Choose This Instagram URL Scraper?

โœ… Extract Instagram Reels URLs

โœ… Extract Instagram Image Post URLs

โœ… Extract Reels & Posts Together

โœ… Supports Multiple Profiles

โœ… Fast and Easy Setup

โœ… Clean Structured Output

โœ… Suitable for Automation Workflows

โœ… Ideal for Marketing Research

โœ… Great for Social Media Monitoring

โœ… Export Results to JSON, CSV, Excel, XML, and API Integrations


๐Ÿ” Keywords

Instagram Reels Scraper, Instagram Post Scraper, Instagram URL Scraper, Instagram Reels URL Extractor, Instagram Post URL Extractor, Instagram Content Scraper, Instagram Reel Links, Instagram Post Links, Instagram Profile Scraper, Instagram Data Extraction, Instagram Automation Tool, Instagram Research Tool, Instagram Analytics Data, Instagram Marketing Data, Instagram Reels URLs, Instagram Posts URLs, Social Media Scraper, Instagram Content URLs, Instagram Monitoring Tool, Instagram Research Automation, Instagram Profile URLs Extractor, Instagram Reels Data Collection, Instagram Post Data Collection, Instagram Public Profile Scraper, Instagram URL Collection Tool, Instagram Content Research Tool, Instagram Marketing Research Tool, Instagram Competitor Analysis Tool, Instagram Trend Monitoring Tool, Instagram Creator Research Tool.


๐Ÿ”ฅ Main Features

๐ŸŽฌ Instagram Reels URL Extraction

Collect reel URLs from Instagram profiles.

Example:

https://www.instagram.com/username/reel/ABC123/

Perfect for:

  • Reel research
  • Influencer monitoring
  • Viral content tracking
  • Social media analysis

๐Ÿ–ผ๏ธ Instagram Image Post URL Extraction

Collect image post URLs from Instagram profiles.

Example:

https://www.instagram.com/p/ABC123/

Perfect for:

  • Content collection
  • Brand monitoring
  • Competitor analysis
  • Campaign research

๐ŸŽฏ Extract Both Reels and Posts

Need everything?

Choose:

EXTRACT_BOTH

The actor will return both image post URLs and reel URLs.


๐Ÿ‘ฅ Multiple Profile Support

Provide:

  • One username
  • Multiple usernames
  • One profile URL
  • Multiple profile URLs

Examples:

natgeo
leomessi
https://www.instagram.com/natgeo/
https://www.instagram.com/leomessi/

โš™๏ธ Custom Maximum Results

Control how many URLs are collected from each profile.

Example:

20
50
100
200

or any value supported by the profile.


๐Ÿ“Š What Data Does This Actor Provide?

The actor provides Instagram content URLs from public Instagram profiles.

Depending on your selected extraction mode, results may include:

๐ŸŽฌ Reel URLs

Instagram reel links.

๐Ÿ–ผ๏ธ Image Post URLs

Instagram image post links.

๐Ÿ”— Content Shortcode

Unique Instagram content identifier.

๐Ÿ“ Content Type

Identifies whether the URL belongs to:

  • Reel
  • Image Post

๐Ÿ“ฆ Output Fields Explained

Each dataset item contains the following fields.


url

The direct Instagram content URL.

Example:

"url": "https://www.instagram.com/natgeo/reel/ABC123/"

or

"url": "https://www.instagram.com/p/ABC123/"

Purpose:

  • Open content directly
  • Store content references
  • Build content databases
  • Automation workflows

code

Instagram content shortcode.

Example:

"code": "ABC123"

Purpose:

  • Unique content identification
  • Internal content tracking
  • Database indexing

type

Content type.

Possible values:

"reel"

or

"image"

Purpose:

  • Differentiate content categories
  • Filter results easily
  • Build custom workflows

๐Ÿ“ Input Configuration

usernames

Provide Instagram usernames.

Example:

[
"natgeo",
"leomessi",
"mrbean"
]

profileUrls

Provide Instagram profile URLs.

Example:

[
"https://www.instagram.com/natgeo/",
"https://www.instagram.com/leomessi/"
]

maxReelsPerProfile

Maximum content URLs to collect per profile.

Example:

20

extractType

Choose extraction mode.

Images Only

"EXTRACT_IMAGES_ONLY"

Returns:

  • Image post URLs only

Reels Only

"EXTRACT_REELS_ONLY"

Returns:

  • Reel URLs only

Both

"EXTRACT_BOTH"

Returns:

  • Reel URLs
  • Image post URLs

๐Ÿ“ฅ Input Example

{
"usernames": [
"natgeo"
],
"profileUrls": [
"https://www.instagram.com/selenagomez/"
],
"maxReelsPerProfile": 20,
"extractType": "EXTRACT_BOTH",
}

๐Ÿ“ค Output Example

[
{
"url": "https://www.instagram.com/natgeo/reel/Dbru79IAdH-/",
"code": "Dbru79IAdH-",
"type": "reel"
},
{
"url": "https://www.instagram.com/natgeo/reel/DbIdlf0j6uA/",
"code": "DbIdlf0j6uA",
"type": "reel"
},
{
"url": "https://www.instagram.com/natgeo/p/DbwyAPNjq8B/",
"code": "DbwyAPNjq8B",
"type": "image"
},
{
"url": "https://www.instagram.com/natgeo/p/DbvkZbcjNrC/",
"code": "DbvkZbcjNrC",
"type": "image"
},
{
"url": "https://www.instagram.com/natgeohistory/p/DbvveuODViK/",
"code": "DbvveuODViK",
"type": "image"
},
{
"url": "https://www.instagram.com/natgeo/reel/DbvkdkZCrUm/",
"code": "DbvkdkZCrUm",
"type": "reel"
},
{
"url": "https://www.instagram.com/natgeo/p/Dbvf0oljP-9/",
"code": "Dbvf0oljP-9",
"type": "image"
},
{
"url": "https://www.instagram.com/natgeo/p/DbuhlVnFqwZ/",
"code": "DbuhlVnFqwZ",
"type": "image"
},
{
"url": "https://www.instagram.com/natgeo/p/Dbtgy2Cia4L/",
"code": "Dbtgy2Cia4L",
"type": "image"
},
{
"url": "https://www.instagram.com/natgeo/reel/DbsdMYRgN3c/",
"code": "DbsdMYRgN3c",
"type": "reel"
},
{
"url": "https://www.instagram.com/natgeo/reel/DbrNlfeg60B/",
"code": "DbrNlfeg60B",
"type": "reel"
},
{
"url": "https://www.instagram.com/natgeo/p/Dbqme5HGFMd/",
"code": "Dbqme5HGFMd",
"type": "image"
},
{
"url": "https://www.instagram.com/natgeotv/reel/DbqMfjACc5m/",
"code": "DbqMfjACc5m",
"type": "reel"
},
{
"url": "https://www.instagram.com/natgeo/p/Dbn7DH0Dumb/",
"code": "Dbn7DH0Dumb",
"type": "image"
},
{
"url": "https://www.instagram.com/natgeo/p/Dbnwv3PmgBc/",
"code": "Dbnwv3PmgBc",
"type": "image"
},
{
"url": "https://www.instagram.com/natgeo/reel/Dbnn036Dr1R/",
"code": "Dbnn036Dr1R",
"type": "reel"
},
{
"url": "https://www.instagram.com/natgeo/p/DbmI1zcjqTi/",
"code": "DbmI1zcjqTi",
"type": "image"
},
{
"url": "https://www.instagram.com/natgeo/reel/DbmAyHOAowe/",
"code": "DbmAyHOAowe",
"type": "reel"
},
{
"url": "https://www.instagram.com/natgeo/reel/Dbd-gGvgH6x/",
"code": "Dbd-gGvgH6x",
"type": "reel"
},
{
"url": "https://www.instagram.com/natgeo/p/DbjhwmHnff4/",
"code": "DbjhwmHnff4",
"type": "image"
},
{
"url": "https://www.instagram.com/selenagomez/reel/Dbcrtozir8N/",
"code": "Dbcrtozir8N",
"type": "reel"
},
{
"url": "https://www.instagram.com/selenagomez/p/DbQeBp2AhId/",
"code": "DbQeBp2AhId",
"type": "image"
},
{
"url": "https://www.instagram.com/selenagomez/p/DbGMYtiEWoO/",
"code": "DbGMYtiEWoO",
"type": "image"
},
{
"url": "https://www.instagram.com/selenagomez/p/Da-JYUIERzL/",
"code": "Da-JYUIERzL",
"type": "image"
},
{
"url": "https://www.instagram.com/selenagomez/p/DaaskN4Ag27/",
"code": "DaaskN4Ag27",
"type": "image"
},
{
"url": "https://www.instagram.com/selenagomez/reel/DaNt9OqConD/",
"code": "DaNt9OqConD",
"type": "reel"
},
{
"url": "https://www.instagram.com/selenagomez/p/DZZ6HqnAjZI/",
"code": "DZZ6HqnAjZI",
"type": "image"
},
{
"url": "https://www.instagram.com/selenagomez/p/DZP-VyOgv9W/",
"code": "DZP-VyOgv9W",
"type": "image"
},
{
"url": "https://www.instagram.com/selenagomez/p/DZG8NLBgvlV/",
"code": "DZG8NLBgvlV",
"type": "image"
},
{
"url": "https://www.instagram.com/selenagomez/p/DYzuEowES4c/",
"code": "DYzuEowES4c",
"type": "image"
},
{
"url": "https://www.instagram.com/selenagomez/p/DYuc0ZfEV9K/",
"code": "DYuc0ZfEV9K",
"type": "image"
},
{
"url": "https://www.instagram.com/selenagomez/p/DYM_lSDgnlh/",
"code": "DYM_lSDgnlh",
"type": "image"
},
{
"url": "https://www.instagram.com/selenagomez/p/DYBjGowlBg_/",
"code": "DYBjGowlBg_",
"type": "image"
},
{
"url": "https://www.instagram.com/selenagomez/p/DX9pimYxMA-/",
"code": "DX9pimYxMA-",
"type": "image"
},
{
"url": "https://www.instagram.com/selenagomez/p/DXwn0FxlDQE/",
"code": "DXwn0FxlDQE",
"type": "image"
},
{
"url": "https://www.instagram.com/selenagomez/p/DWzf45Pki5d/",
"code": "DWzf45Pki5d",
"type": "image"
},
{
"url": "https://www.instagram.com/selenagomez/p/DWop1ielFd-/",
"code": "DWop1ielFd-",
"type": "image"
},
{
"url": "https://www.instagram.com/selenagomez/p/DWFatpxj6M6/",
"code": "DWFatpxj6M6",
"type": "image"
},
{
"url": "https://www.instagram.com/selenagomez/p/DWDkcEBFFSz/",
"code": "DWDkcEBFFSz",
"type": "image"
},
{
"url": "https://www.instagram.com/selenagomez/p/DWC1Rv5ERpp/",
"code": "DWC1Rv5ERpp",
"type": "image"
}
]

๐Ÿ’ผ Use Cases

๐Ÿ“ˆ Social Media Marketing

Analyze Instagram content strategies.


๐ŸŽฏ Influencer Research

Monitor creator content publishing activity.


๐Ÿ† Competitor Analysis

Track competitor posts and reels.


๐Ÿ”ฅ Viral Content Discovery

Collect URLs for trending content analysis.


๐Ÿ“Š Market Research

Build content datasets for research projects.


๐Ÿค– Automation Workflows

Feed Instagram URLs into:

  • AI tools
  • Analytics tools
  • CRM systems
  • Content pipelines

๐Ÿ“ฐ Content Monitoring

Track content publishing across multiple profiles.


๐Ÿข Agency Operations

Collect Instagram URLs for clients automatically.


๐Ÿš€ Benefits and Advantages

Faster Research

Collect large numbers of Instagram content URLs quickly.

Save Time

Avoid manually opening profiles and copying links.

Easy Integration

Use results with:

  • APIs
  • Databases
  • Dashboards
  • Automation platforms

Scalable

Handle multiple Instagram profiles in a single run.

Clean Data

Receive structured output ready for analysis.

Flexible

Choose reels only, images only, or both.


๐Ÿ† Best Practices

Use Relevant Limits

Set reasonable maximum results per profile.

Example:

20 - 100

for most use cases.


Process Profiles in Batches

For large projects:

50 profiles
100 profiles
500 profiles

split work into manageable runs.


Store Results

Export data to:

  • JSON
  • CSV
  • Excel
  • Database systems

for future analysis.


Filter by Content Type

Use the type field to separate:

  • Reels
  • Image Posts

during processing.


โš ๏ธ Possible Errors and How to Avoid Them

Invalid Username

Problem:

Username does not exist.

Solution:

Verify the username before running.


Invalid Profile URL

Problem:

Incorrect Instagram profile URL format.

Solution:

Use profile URLs such as:

https://www.instagram.com/username/

No Public Content Available

Problem:

Profile contains no accessible content.

Solution:

Try another public profile.


Empty Results

Problem:

No matching content found for selected extraction type.

Solution:

Verify:

  • Username
  • Profile URL
  • Selected extraction mode

Incorrect URL Formatting

Problem:

Profile URL contains extra characters.

Solution:

Use clean profile URLs only.


๐ŸŽฏ Who Should Use This Actor?

โœ… Social Media Managers

โœ… Marketing Agencies

โœ… Growth Hackers

โœ… Influencer Researchers

โœ… Content Analysts

โœ… Brand Monitoring Teams

โœ… Data Researchers

โœ… Automation Engineers

โœ… Lead Generation Specialists

โœ… Business Intelligence Teams


๐ŸŽ‰ Conclusion

The Instagram Reels & Posts URLs Scraper provides a simple and efficient way to collect Instagram Reel URLs and Image Post URLs from public Instagram profiles.

Whether you are conducting marketing research, influencer analysis, competitor monitoring, content discovery, automation workflows, or large-scale social media data collection, this actor helps you gather structured Instagram content URLs quickly and efficiently.


Here my another actors:

Youtube Iteams:

Tiktok Iteams:

Snapchat Iteams:

Instagram Iteams:

Facebook Iteams:

Amazon Iteams: