FullMention
Use one ingestion pull, store data locally, and run analysis offline to minimize API calls.

Entity Opportunity Finder

How to use Entity Opportunity Finder with FullMention API data to generate actionable insights.

Entity Opportunity Finder

What it does

Finds high-value related entities to target based on frequency and spread.

Why this is insightful

It reveals where adjacent coverage can improve total visibility, not just one keyword rank.

Required API fields

  • relatedEntities[]
  • query.keyword
  • rankings.brands[].name
  • recommendations[].name

How to use

  1. Aggregate entity occurrences.
  2. Score by frequency and keyword spread.
  3. Remove owned/noise entities.

Expected output

  • opportunity entities with score
  • priority tiers
  • suggested follow-up actions

Copy-ready skill prompt

Use this as a full copy/paste prompt in your AI tool:

Skill: Entity Opportunity Finder
Goal: Run this analysis on FullMention data only.
Data policy:
- Do one controlled ingestion pull from FullMention API.
- Store dataset locally (file/local DB) and analyze offline.
- No repeated API fetch loops during analysis.
Execution contract:
- Provide ingestion_plan, max_api_calls, cache_key, dataset_timestamp, analysis_mode=offline_only.
Required fields:
- Use the required API fields listed on this page.
Output requirements:
- Return summary, key metrics, and evidence_map with source_field_paths and sample_result_ids.
- Include limitations and confidence score rationale.

Run This Skill

Copies the full skill prompt, including data policy and output contract.