6sense Pixel Checker

by tonic_yaffle

Automatically check for the 6sense tracking pixel across a list of websites. Perfect for competitive analysis, tech stack audits, and sales intelligence.

139 runs
6 users
Try This Actor

Opens on Apify.com

About 6sense Pixel Checker

Ever wonder if your competitors are actually using 6sense for their account-based marketing? Or need to verify your own tech stack is firing correctly? This actor does one job really well: it takes your list of website URLs and checks each one for the presence of the 6sense tracking pixel. You just feed it a spreadsheet, and it runs through the list, inspecting the page source and network requests to find that tell-tale script. It’s perfect for marketing ops teams doing competitive intelligence, agencies auditing client installations, or sales teams looking to prioritize accounts based on intent data usage. I’ve used it to quickly validate deployments and spot-check a list of target accounts before a campaign. It saves you the manual hassle of opening dev tools on dozens of sites yourself. You get a clean report back showing which sites have the pixel, which don’t, and any relevant notes from the scan. It’s a straightforward automation that turns a tedious, manual verification task into a few clicks.

What does this actor do?

6sense Pixel Checker 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

  1. Click "Try This Actor" to open it on Apify
  2. Create a free Apify account if you don't have one
  3. Configure the input parameters as needed
  4. Run the actor and download your results

Documentation

6sense Pixel Checker

This Apify Actor checks if a list of websites contains the 6sense tracking pixel (j.6sc.co). It uses Puppeteer with stealth mode to load each page and scan its HTML and scripts for pixel references.

Key Features

  • Accepts a list of domains, with or without https://.
  • Normalizes and deduplicates URLs before processing.
  • Uses Puppeteer stealth plugin to reduce detection and blocking.
  • Scans page content and <script> tags for the pixel.
  • Outputs a structured dataset with detection results.
  • Captures and reports errors for pages that fail to load or time out.

Input

The actor accepts input via a JSON object with the following properties:

{
  "domains": ["example.com", "https://anothersite.com"],
  "concurrency": 10,
  "timeout": 30
}
  • domains (required): An array of domain strings to check.
  • concurrency (optional): Number of browser instances to run in parallel. Default is 10.
  • timeout (optional): Page load timeout in seconds. Default is 30.

Output

The actor pushes a JSON object for each checked domain into the dataset.

{
  "url": "https://example.com",
  "inputURL": "example.com",
  "pixelFound": true,
  "error": null
}
  • url: The normalized URL that was checked.
  • inputURL: The original domain string provided in the input.
  • pixelFound: Boolean (true or false) indicating if the 6sense pixel was detected.
  • error: Contains an error message if the crawl failed; otherwise null.

How to Use

Run the actor from the command line using the Apify CLI:

apify run --input '{ "domains": ["logicmonitor.com", "paypal.com"] }'

This will produce results in the dataset, for example:

url inputURL pixelFound error
https://logicmonitor.com logicmonitor.com true null
https://paypal.com paypal.com false null

Notes

  • Provide clean domains (without paths or query parameters) for best results.
  • Default input values are configured to pass Apify's platform QA checks.
  • Individual domain errors (like timeouts) are captured and won't stop the entire run.

Built by Mudit Korpaul. For issues, contact via Upwork or email.

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 6sense Pixel Checker now on Apify. Free tier available with no credit card required.

Start Free Trial

Actor Information

Developer
tonic_yaffle
Pricing
Paid
Total Runs
139
Active Users
6
Apify Platform

Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.

Learn more about Apify

Need Professional Help?

Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.

Find a Specialist

Trusted by millions | Money-back guarantee | 24/7 Support