Square Merchant Finder Discover Businesses Using Square avatar

Square Merchant Finder Discover Businesses Using Square

Under maintenance

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Square Merchant Finder Discover Businesses Using Square

Square Merchant Finder Discover Businesses Using Square

Under maintenance

Find businesses using Square. This actor scans websites for Square integration signatures, searches Google for Square-powered sites or checks specific URLs you provide. Website Scanner Google Dork Search URL List Checker Square.site Crawler Contact Extraction Social Media Links Confidence Scoring

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

11

Total users

1

Monthly active users

4 days ago

Last modified

Share

Square Merchant Finder - Discover Businesses Using Square

Discover businesses using Square payments, appointments, and online stores. Scan websites for Square integration signatures, search Google for Square-powered sites, or check specific URLs.


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode": true,
"searchQuery": "coffee shop new york",
"industry": "",
"location": "",
"urls": "https://example.com",
"webhookHeaders": {}
}

Run with real data

{
"demoMode": false,
"method": "scanner",
"searchQuery": "coffee shop new york",
"industry": "",
"location": "",
"urls": "https://example.com",
"googleDorkType": "all",
"maxResults": 50,
"maxPagesPerSearch": 5,
"includeContactInfo": true,
"includeSocialLinks": true,
"includeBusinessDetails": true,
"requestDelay": 2000,
"webhookPlatform": "custom",
"webhookHeaders": {}
}

Input Parameters

ParameterTypeDefaultRequiredDescription
methodstring"scanner"NoHow to find Square merchants. 'scanner' crawls websites and checks for Square signatures. 'google_dork' uses search queries to find Square-powered sites. 'url_list' checks specific URLs you provide.
searchQuerystring-NoSearch query for finding businesses (e.g., 'coffee shop new york', 'hair salon chicago'). Used with Scanner and Google Dork methods.
industrystring-NoTarget industry to focus on (optional). Helps refine search results.
locationstring-NoGeographic location to target (city, state, or region)
urlsarray-NoList of specific URLs to scan for Square integration (used with URL List method)
googleDorkTypestring"all"NoType of Google search to perform
maxResultsinteger50NoMaximum number of merchants to find
maxPagesPerSearchinteger5NoMaximum search result pages to scan (10 results per page)
includeContactInfobooleantrueNoTry to extract email addresses and phone numbers from found sites
includeSocialLinksbooleantrueNoExtract social media profile links (Facebook, Instagram, Twitter)
includeBusinessDetailsbooleantrueNoExtract business name, address, hours from the website
proxyConfigurationobject-NoProxy settings for avoiding rate limits
requestDelayinteger2000NoDelay between requests to avoid rate limiting (milliseconds)
demoModebooleantrueNoReturn sample data for testing (no actual scraping)
webhookUrlstring-NoURL to POST results when scraping completes (Zapier, Make, n8n, or custom endpoint)
webhookPlatformstring"custom"NoPlatform type for proper payload formatting. Each platform expects slightly different JSON structures.
webhookHeadersobject-NoAdditional HTTP headers to send with webhook (e.g., {"Authorization": "Bearer token", "X-API-Key": "key"})

Troubleshooting

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • The target data doesn't exist or is too small to track

How do I test without an API key?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal