Search Terms

0 terms

Add competitor domains or monetization platforms to search for creators (e.g., gumroad.com, patreon.com, linktree).

Loading...

Search Configuration

Configure the web search settings for finding potential creators.

DuckDuckGo is free but may have rate limits. Google costs ~$0.25/1k results via Apify.
How long the discovery pipeline should run by default (default: 60)
Higher depth finds more results but takes longer

Anti-Detection (DuckDuckGo)

Rate Limit Protection

Configure settings to avoid rate limiting when using DuckDuckGo. These settings add randomized delays between search queries to mimic human browsing patterns.

How it works: Delays are randomized between min and max values. If rate limiting is detected, delays automatically increase (adaptive backoff). A proxy can help with IP rotation.
Minimum delay between search queries (default: 3)
Maximum delay between search queries (default: 8)
HTTP proxy for DuckDuckGo requests. Supports authentication. Useful for IP rotation services.

Qualification Criteria

Set minimum thresholds for creators to be considered qualified candidates.

Minimum Instagram followers to qualify (default: 1,000)
Minimum average likes per post to qualify (default: 100)

Pre-Validation Filters

Cost Saving

Configure lightweight checks to run before expensive API calls. These filters help reduce cost by rejecting low-quality candidates early.

Reject candidates if search result text indicates follower count is below minimum
Check external links (e.g. stan.store) for 404s or adult keywords before scraping

AI Pre-Validation Prompt

OpenAI GPT-5 Nano

This prompt is used during the discovery pre-validation step to determine if a candidate is a business/agency (which should be rejected) or an individual creator. The prompt is sent to OpenAI GPT-5 Nano along with search snippets and external link content.

Key Distinction: Individuals who provide services but are marketed as that individual (e.g., personal trainers, coaches, consultants using their own name) should NOT be marked as businesses. Only true businesses/agencies/companies should be flagged.

The following variables are automatically injected into your prompt:

Handle: @{handle}
Search Snippet: "{snippet_clean}"
Link Content: "{external_clean}"

Data Sources:

  • Handle - The Instagram username being analyzed
  • Search Snippet - Text from Google/DuckDuckGo search results (truncated to 500 chars)
  • Link Content - Scraped text from external links in the profile bio (truncated to 1500 chars)

Expected Response Format:

{
  "is_business": boolean,
  "is_target_geo": boolean,
  "reason": "string"
}

The model returns JSON. If is_business is true, the candidate is rejected. If is_target_geo is false, the candidate is also rejected.

Creator Targeting

AI-Powered

Filter candidates to find individual creators (not businesses) in specific regions.

Filter out businesses, agencies, and brands to focus on individual creators
Prioritize creators from specific countries (detected from bio/location)
Use Gemini AI to classify borderline cases (minimal cost, ~$0.01/100 profiles)

Content Safety

Configure SFW (Safe For Work) content detection for filtering candidates.

Controls the sensitivity of NSFW content detection.
  • Lower values (e.g., 0.1): More strict. Flags content even with low confidence scores.
  • Higher values (e.g., 0.9): Less strict. Only flags content with very high confidence scores.
  • Default (0.5): Balanced approach.

Hashtag Settings

Configure hashtag generation behavior. When all hashtags are exhausted, new ones are automatically generated using AI.

Number of new hashtags to generate when all existing ones are exhausted (default: 10)

Automation

Future Feature

Configure automatic actions for qualified candidates.

Automatically import creators who meet all qualification criteria

Hashtag Generation

Gemini AI

Configure the AI prompt used to generate new hashtags when all existing ones are exhausted. Use {count} for the number of hashtags to generate and {existing_hashtags} for the list of already-used hashtags.

This prompt is sent to Gemini to generate new hashtags for discovery.