Marketing Stack Detector — analytics and ad pixels per domain avatar

Marketing Stack Detector — analytics and ad pixels per domain

Pricing

$3.00 / 1,000 row returneds

Go to Apify Store
Marketing Stack Detector — analytics and ad pixels per domain

Marketing Stack Detector — analytics and ad pixels per domain

One row per domain showing which analytics, tag managers and ad pixels each site runs. Answers "which of these companies uses HubSpot / GA4 / Meta Pixel" across a whole list.

Pricing

$3.00 / 1,000 row returneds

Rating

0.0

(0)

Developer

The Artifact Machine

The Artifact Machine

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

One row per domain showing which analytics, tag managers and ad pixels each site runs. Answers "which of these companies uses HubSpot / GA4 / Meta Pixel" across a whole list.

Qualify a prospect list by the tools each company already pays for.

What you get

One row per domain, with these columns:

  • hasGA4
  • hasGTM
  • gtmIds
  • hasPlausible
  • hasFathom
  • hasSessionReplay
  • activePixels
  • hasMetaPixel
  • hasLinkedInPixel
  • hasHubSpotPixel

Real output

Measured on https://www.hubspot.com/:

{
"hasGA4": false,
"hasGTM": true,
"gtmIds": [
"GTM-PII"
],
"hasPlausible": false,
"hasFathom": false,
"hasSessionReplay": false,
"activePixels": [
"LinkedIn",
"HubSpot"
],
"hasMetaPixel": false,
"hasLinkedInPixel": true,
"hasHubSpotPixel": true
}

Input

Give it a list of domains:

{ "domains": ["example.com", "another.com"] }

Or chain it after any actor that produces a list — Google Maps Scraper, a CRM export, a prospect list — by passing that dataset as items and naming the column that holds the website:

{ "items": [{ "title": "Acme", "website": "acme.com" }], "field": "website" }

Domains it could not read

A domain that blocks the scan, times out, or errors comes back with measured: false, a reason, and every data column null — never a zero and never a false.

That matters at bulk. One fabricated false in a sheet of ten thousand rows is worse than a missing row, because nobody audits the row that looks plausible. Filter on measured and you know exactly what you are looking at.

Roughly one site in eight refuses an automated reader.

Notes

  • Reads the homepage only, one page per domain.
  • Loads each page in a real browser, so it sees client-rendered content.