AI Prompt Keyword Matcher
by antonio_espresso
Analyze prompts for fuzzy keyword matches and brand token usage.
Opens on Apify.com
About AI Prompt Keyword Matcher
Analyze prompts for fuzzy keyword matches and brand token usage.
What does this actor do?
AI Prompt Keyword Matcher is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.
Key Features
- Cloud-based execution - no local setup required
- Scalable infrastructure for large-scale operations
- API access for integration with your applications
- Built-in proxy rotation and anti-blocking measures
- Scheduled runs and webhooks for automation
How to Use
- Click "Try This Actor" to open it on Apify
- Create a free Apify account if you don't have one
- Configure the input parameters as needed
- Run the actor and download your results
Documentation
Prompt Keyword Analyzer This Python project analyzes user prompts using fuzzy keyword matching to detect relevant tokens, brand terms, and keyword frequencies. It uses RapidFuzz for approximate string matching, nltk for multilingual stopword filtering, and supports both Markdown console output and structured JSON file export. --- ## π Features - Fuzzy matching using RapidFuzz - Multilingual stopword removal (English and German, configurable) - Token classification into brand and generic types - Flexible output format: markdown (printed to console) or json (saved to file) - Fully local, no Apify SDK required --- ## π₯ Example: Adidas Prompt Analysis Here's a realistic input scenario for analyzing prompts that mention Adidas, including spelling variations and discount-related terms: ### input.json json { "prompts": [ "adidas sneaker sale today", "white running shoes from addidas", "Addidas Rabattcode gesucht", "neue sportschuhe im angebot", "discount fΓΌr adidas laufschuhe", "adidas schuhe im trend", "sale bei addddidas online store", "welche adidas modelle sind beliebt", "adidass running collection deals" ], "target_keywords": ["adidas", "sale", "rabattcode", "angebot", "discount", "schuhe", "sneaker"], "brand_keywords": ["adidas", "addidas", "adidass", "addddidas"], "threshold": 65, "output_format": "markdown" } ## Sample Markdown Output: | token | matched_keyword | score | frequency | type | |-----------|-----------------|-------|-----------|---------| | adidas | adidas | 100 | 4 | brand | | addidas | adidas | 91 | 1 | brand | | adidass | adidas | 91 | 1 | brand | | rabattcode| rabattcode | 100 | 1 | generic | | angebot | angebot | 100 | 1 | generic | | discount | discount | 100 | 1 | generic | | schuhe | schuhe | 100 | 2 | generic | | sneaker | sneaker | 100 | 1 | generic | * threshold: Minimum match score (0β100) * output_format: "markdown" (console) or "json" (file) --- ## βοΈ Setup 1. Install dependencies: bash pip install -r requirements.txt python -m nltk.downloader punkt stopwords 2. Run the analyzer: bash python -m src By default, it loads input.json and saves to output.json (if format is "json"). You can also specify custom paths using environment variables: bash APIFY_INPUT_PATH=custom_input.json OUTPUT_PATH=results.json python -m src --- ## π§ͺ Output (Markdown Example) | token | matched_keyword | score | frequency | type | |----------|-----------------|-------|-----------|---------| | purelei | purelei | 100 | 3 | brand | | rabatt | rabattcode | 86 | 2 | generic | | discount | discount | 100 | 1 | generic | --- ## π Notes * Custom stopwords can be extended. please let me know via info@antonioblago.com * Compatible with Python 3.10+ or 3.11+ --- ## π Resources * Developer Contact * SEO ---
Categories
Common Use Cases
Market Research
Gather competitive intelligence and market data
Lead Generation
Extract contact information for sales outreach
Price Monitoring
Track competitor pricing and product changes
Content Aggregation
Collect and organize content from multiple sources
Ready to Get Started?
Try AI Prompt Keyword Matcher now on Apify. Free tier available with no credit card required.
Start Free TrialActor Information
- Developer
- antonio_espresso
- Pricing
- Paid
- Total Runs
- 164
- Active Users
- 5
Related Actors
Video Transcript Scraper: Youtube, X, Facebook, Tiktok, etc.
by invideoiq
Linkedin Profile Details Scraper + EMAIL (No Cookies Required)
by apimaestro
Twitter (X.com) Scraper Unlimited: No Limits
by apidojo
Content Checker
by jakubbalada
Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.
Learn more about ApifyNeed Professional Help?
Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.
Trusted by millions | Money-back guarantee | 24/7 Support