Lumirex-Online Footprint, LLM Visibility & Citation Audit Tool
Pricing
Pay per usage
Go to Apify Store

Lumirex-Online Footprint, LLM Visibility & Citation Audit Tool
Run AI brand audits, citation scans, and LLM visibility searches via the Lumirex platform. Outputs structured JSON for downstream analysis.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Lumirex.ai App
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
1
Monthly active users
12 days ago
Last modified
Categories
Share
Lumirex AI Brand Audit — Apify Actor
Run AI brand audits, citation scans, and LLM visibility searches programmatically via the Lumirex platform. Results are pushed to an Apify dataset as structured JSON for downstream analysis.
Features
- Citation Scan — Find NAP (Name, Address, Phone) citations across the web (quick or full scan)
- LLM Visibility — Test how your brand appears in ChatGPT, Claude, Gemini, and Perplexity with up to 5 custom queries
- Monitoring Setup — Save recurring monitoring queries that run daily, weekly, or monthly
Prerequisites
- A Lumirex account
- A Lumirex API key — generate one at Settings → Developer / Integrations
- Sufficient credits in your Lumirex account
Input
| Field | Type | Required | Description |
|---|---|---|---|
lumirexApiKey | string | ✅ | Your Lumirex API key (starts with lmx_) |
mode | string | ✅ | citation-scan, llm-visibility, or monitoring-setup |
brandName | string | ✅ | Business or brand name |
websiteUrl | string | ✅ | Business website URL |
citationScanType | string | — | quick (1 credit) or full (3 credits). Default: quick |
aiVisibilityQueries | array | — | Up to 5 custom questions for LLM visibility mode |
businessAddress | string | — | Full address for NAP citation matching |
businessPhone | string | — | Phone number for NAP citation matching |
icpDescription | string | — | Ideal Customer Profile for targeted queries |
competitors | array | — | Competitor names or URLs |
monitoringInterval | string | — | daily, weekly, or monthly. Default: weekly |
monitoringQueries | array | — | Up to 5 queries for monitoring-setup mode |
pollIntervalSeconds | integer | — | Status poll interval (default: 10) |
maxPollAttempts | integer | — | Max polls before timeout (default: 60 = 10 min) |
Credit Costs
| Mode | Credits |
|---|---|
| LLM Visibility only | 1 credit |
| Citation Scan (quick) | 1 credit |
| Citation Scan (full) | 3 credits |
| Full Audit + Quick Citation | 2 credits |
| Full Audit + Full Citation | 4 credits |
| Monitoring Setup | 0 credits (monitoring runs cost 0.10 credits/query) |
Output
Results are pushed to the Apify dataset as structured JSON:
{"mode": "citation-scan","meta": {"auditId": 42,"auditType": "citation_only","brandName": "Acme Corp","websiteUrl": "https://acme.com","overallScore": 78,"createdAt": "2025-01-15T10:00:00Z","completedAt": "2025-01-15T10:01:23Z","costCents": 0},"scores": {"overall": 78,"citationHealth": 72},"citations": {"healthScore": 72,"totalFound": 45,"indexed": [...],"nonIndexed": [...],"missing": [...],"napConsistency": {...}},"recommendations": [...]}
Example Input
Citation Scan
{"lumirexApiKey": "lmx_your_key_here","mode": "citation-scan","brandName": "Acme Corp","websiteUrl": "https://acme.com","citationScanType": "quick","businessAddress": "123 Main St, Tampa FL 33601","businessPhone": "(813) 555-0100"}
LLM Visibility
{"lumirexApiKey": "lmx_your_key_here","mode": "llm-visibility","brandName": "Acme Corp","websiteUrl": "https://acme.com","aiVisibilityQueries": ["What is the best CRM for small businesses?","Tell me about Acme Corp","What are alternatives to Acme Corp?"]}
Monitoring Setup
{"lumirexApiKey": "lmx_your_key_here","mode": "monitoring-setup","brandName": "Acme Corp","websiteUrl": "https://acme.com","monitoringQueries": ["What is the best CRM for small businesses?","Top CRM tools recommended by AI"],"monitoringInterval": "weekly"}
Pricing (Apify PPE)
This Actor uses Pay-Per-Event pricing on Apify:
| Event | Cost |
|---|---|
| Citation Scan (quick) | $0.50 |
| Citation Scan (full) | $1.00 |
| LLM Visibility | $0.25/query |
| Monitoring Setup | $0.10 |
Note: Apify PPE charges are separate from Lumirex credits. Both are required.
Support
- Documentation: lumirex.ai/docs
- Support: lumirex.ai

