Pricing
from $0.01 / 1,000 results
Instagram Profile Finder
๐ Instagram Profile Finder helps you discover and connect faster! Find relevant profiles with powerful search tools. Ideal for creators, marketers & businesses. Save time, boost outreach, and grow your network ๐
Pricing
from $0.01 / 1,000 results
Rating
0.0
(0)
Developer
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
Instagram Profile Finder ๐
Instagram Profile Finder helps you discover Instagram profiles at scale by keywordโwithout requiring a login. If youโre using an instagram profile finder or trying to find instagram profile leads for outreach, this tool automates profile discovery from publicly available web data and saves you hours of manual searching. Whether youโre a marketer, data analyst, or researcher, you can use instagram account lookup workflows to quickly build target lists by niche keyword and target country, enabling faster research and more efficient lead generation runs.
Why choose Instagram Profile Finder?
| Feature | Benefit |
|---|---|
| โ Keyword-driven profile discovery | Search by multiple niche keywords to find relevant Instagram profiles per run |
| โ Country targeting | Filter results using the Target Country you select for more focused lead sourcing |
| โ Built-in reliability logic | Includes retries and stops when it encounters several consecutive empty pages for a keyword |
| โ Structured dataset output | Writes consistently structured profile records to the โInstagram Profilesโ dataset |
| โ Proxy support for stable scraping | Built-in proxy support helps keep collection reliable at scale |
| โ Scales to batches | Uses a global max leads limit per run so you can control throughput and volume |
Key features
- ๐ Instagram profile search by keyword: Provide a list of niche keywords to discover matching Instagram profiles in one execution.
- ๐ Country-targeted lead sourcing: Choose a Target Country to guide result collection toward your desired geography.
- ๐ก๏ธ Resilient collection behavior: Uses a retry mechanism and ends a keyword search after several consecutive empty pages.
- ๐ Rich profile metadata: Each output record includes profile fields like
full_name,biography,followers,following,post_count,external_url, and more. - ๐พ Dataset-first workflow: Results are pushed to the Apify dataset as theyโre collected, so you can analyze them immediately.
- ๐ Deduped keyword workflow (within your inputs): Inputs support unique keywords only (
uniqueItems: true), helping keep runs cleaner. - ๐ Valid profile URL filtering: Filters for Instagram profile URLs (excluding non-profile paths and non-profile subdomains).
Input
Provide input via an input.json file. Example structure:
{"keywords":["marketing","fitness"],"country":"United States","max_leads":100}
Input Fields
| Field | Required | Description |
|---|---|---|
keywords | Yes | List of niche keywords to search (for example: "marketing", "fitness"). Must contain at least 1 item and all items must be unique. |
country | No | Select the target country for leads. Defaults to "United States". |
max_leads | No | Maximum number of leads to collect. Default is 10. Minimum is 1. On Free tier runs, this is capped at 100 profiles per run. |
Output
The actor saves each profileโs data to the Instagram Profiles dataset in JSON records.
Example output record (dataset row):
{"keyword":"marketing","full_name":"Example Name","biography":"Example bio text","followers":12345,"following":678,"post_count":90,"external_url":"https://example.com","profile_pic_url":"https://example.com/pic.jpg","source":"Search Engine","url":"https://www.instagram.com/exampleusername/"}
Output Fields
| Field | Type | Description |
|---|---|---|
keyword | string | The keyword that led to the profile discovery. |
full_name | string | Profile full name as provided by the enrichment step. |
biography | string | Profile biography text (bio). |
followers | number | Followers count. |
following | number | Following count. |
post_count | number | Number of posts. |
external_url | string | External link shown on the profile (if available). |
profile_pic_url | string | Profile picture URL. |
source | string | Where the profile was sourced from (set to "Search Engine"). |
url | string | The Instagram profile URL. |
Note: The actor also enriches additional fields during collection (e.g.,
user_id,is_verified, account type flags, and HD profile pic URL), and merges them into the pushed item. Dataset display is configured to show the fields listed above.
You can export the dataset from the Apify UI (JSON/CSV options depend on the dataset export tools you choose).
How to use Instagram Profile Finder (via Apify Console)
-
Open Apify Console
Sign in at https://console.apify.com and go to the Actors page. -
Find Instagram Profile Finder
Search for Instagram Profile Finder and open the actor details page. -
Go to the INPUT tab
Paste or edit the input JSON in the console input editor. -
Set your lead discovery inputs
Enter:keywords(required): an array like["marketing","fitness"]country(optional): choose your target country (default:"United States")max_leads(optional): number of leads to collect (default:10, Free tier capped at 100)
-
Check proxy behavior during the run
The actor includes built-in proxy support for reliable scraping and enrichment. If enrichment cannot be performed, that profile may be skipped. -
Start the run
Click Run. Watch the logs for progress such as keyword processing and how many profiles were found. -
Review results in the OUTPUT / DATASET tab
Open the Instagram Profiles dataset, preview the table, and export your results to your preferred format.
No coding requiredโget actionable Instagram profile discovery results in minutes with Instagram Profile Finder. ๐
Advanced features & SEO optimization
- ๐ง Engineered for keyword-based profile search: Built to excel at instagram profile finder and instagram profile search style lead sourcing when you supply focused niche terms.
- ๐ง Country-aware lead targeting: Helps your instagram account search tool results align with your desired geography by using your selected country input.
- ๐ Resilient execution: Includes retries and uses a consecutive-empty-page stopping condition so runs donโt waste time indefinitely.
- ๐ Structured dataset for downstream workflows: Pushes consistent fields to the dataset, making it easy to use in CRM uploads, spreadsheets, or analyst pipelines.
- ๐ Automation-ready collection: Works well when you need an instagram profile lookup step as part of a larger enrichment process.
Best use cases
- ๐ Marketing teams building targeted outreach lists: Discover fresh instagram profile finder leads by niche keyword and country.
- ๐ฌ Market research analysts: Rapidly sample instagram user search results to understand presence and positioning across geographies.
- ๐ฅ Agency lead generation: Use instagram people finder workflows to compile prospective client lists for outreach campaigns.
- ๐ผ Recruiters and talent sourcing researchers: Build candidate pools by niche (e.g., fitness, marketing) using instagram account lookup results.
- ๐งพ Data analysts and enrichment pipelines: Feed profile metadata into reporting tools as structured dataset rows.
- ๐ ๏ธ Developer workflows: Automate instagram profile search engine steps in scheduled jobs and export JSON/CSV outputs for processing.
Technical specifications
-
Supported Input Formats
- โ
keywordsas an array of strings - โ
countryas one of the supported country names in the schema - โ
max_leadsas an integer (minimum1)
- โ
-
Proxy Support
- โ Built-in proxy support is used for stable scraping and enrichment.
-
Retry Mechanism
- โ
Retries are enabled for page scraping with exponential backoff behavior (controlled by
max_retriesin the actor code).
- โ
Retries are enabled for page scraping with exponential backoff behavior (controlled by
-
Dataset Structure
- โ Dataset title: Instagram Profiles
- โ
Dataset transformation fields configured for display:
keyword,full_name,biography,followers,following,post_count,external_url,profile_pic_url,source,url
-
Rate Limits & Performance
- โ
Includes a delay between page requests (
request_delayin code) to support more reliable execution.
- โ
Includes a delay between page requests (
-
Limitations
- โ Collection may produce fewer than
max_leadsif enrichment fails for some profiles or if no additional profiles are found. - โ Private or restricted profiles are not expected to provide complete public profile metadata.
- โ Collection may produce fewer than
FAQ
Do I need an Instagram login to use Instagram Profile Finder?
โ No. Instagram Profile Finder is designed to work without requiring you to log in, using publicly available sources to discover and enrich profile information.
What does the max_leads setting control?
max_leads sets the maximum number of leads the actor tries to collect per run. On Free tier runs, the actor caps collection at 100 profiles per run.
Can I search for multiple niches in one run?
โ
Yes. You provide multiple items in the keywords array, and the actor processes each keyword until the global max limit is reached.
What country filtering is supported?
The country input supports a predefined set of country names from the schema. The actor uses that value to target results toward your selected region.
What output do I get at the end?
The actor pushes structured profile records to the Instagram Profiles dataset, including fields such as keyword, full_name, biography, follower counts, external_url, profile_pic_url, source, and url.
Where do the results come from?
The dataset records include source: "Search Engine" and are based on publicly available web data used for profile discovery, followed by an enrichment step for profile details.
Is the actor compliant with privacy and platform rules?
โ The actor is intended for scraping publicly available sources, but compliance with laws and platform terms (for example, GDPR/CCPA, spam regulations, and usage policies) is your responsibility.
Support & feature requests
Have questions about Instagram Profile Finder or want to suggest improvements for better instagram profile search results? ๐ก
- ๐ก Feature Requests: For example, enhancements like additional dataset fields or improved export options are welcome.
- ๐ง Contact: Email dataforleads@gmail.com.
Your feedback helps shape future upgrades to the Instagram Profile Finder experience.
Closing CTA / Final thoughts
If youโre looking for the most practical, SEO-optimized way to run an Instagram Profile Finder workflow at scale, youโre in the right place. โ
Disclaimer
This tool only accesses publicly accessible sources. It does not access private profiles, password-protected pages, or authenticated data behind logins. Legal compliance (including GDPR, CCPA, spam regulations, and Instagram platform terms) is your responsibility.
For data-removal requests, contact dataforleads@gmail.com. Please use Instagram Profile Finder responsibly, ethically, and for legitimate purposes only.
