
Google Ads UK Competitor List Generator
Under maintenance
Pricing
Pay per usage
Go to Store

Google Ads UK Competitor List Generator
Under maintenance
Enter the name of a business and your keywords. Get back (1) a list of all other companies in the UK in the same niche, (2) a key phrase that can be used as a phrase-match negative for each company, and (3) your keywords that would be blocked by any negatives, if any.
0.0 (0)
Pricing
Pay per usage
0
Total users
1
Monthly users
1
Last modified
7 days ago
Companies House SIC Code Scraper
This Apify actor scrapes Companies House to find companies with similar SIC codes and formats the results for use as Google Ads negative keywords.
Features
- Searches Companies House for a seed company and extracts its SIC codes
- Finds other companies with the same SIC codes
- Filters results by address (optional)
- Cleans and formats company names for use as negative keywords
- Identifies minimum negators based on dictionary words
- Detects blocked keywords
Input
The actor accepts the following inputs:
- seedCompany (required): The name of the company to search for
- addressFilter (optional): Filter results by address (e.g., "London", "England")
- dictionary (optional): List of dictionary words for finding minimum negators
- keywords (optional): List of keywords to check against minimum negators
- locations (optional): List of location names to remove from company names
Output
The actor produces two outputs:
-
Main dataset: Formatted results with:
rawNameTitleCase
: Original company name in title casecleanedName
: Cleaned company nameminimumNegator
: The minimum phrase needed as a negative keywordblockedKeywords
: Keywords that would be blocked by this negator
-
Key-value store (
raw-companies
): Raw company data including:- Company name, number, status, type
- Address and incorporation info
- SIC codes
Example
{"seedCompany": "SOLOWASTE LTD","addressFilter": "London","dictionary": ["the", "and", "of", "in", "to", "for"],"keywords": ["waste management", "waste disposal", "recycling"],"locations": ["London", "Manchester", "Birmingham"]}
How it works
- The actor searches Companies House for the seed company
- Extracts all SIC codes associated with that company
- For each SIC code, searches for other companies with the same code
- Filters results by address if specified
- Cleans company names by removing corporate identifiers and locations
- Finds the minimum negator based on dictionary words
- Identifies which keywords would be blocked by each negator