npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-yellowpages-scraper

v0.1.1

Published

n8n node for Yellow Pages Scraper - scrape US business leads with emails, phone numbers, websites, addresses, ratings, and reviews.

Readme

n8n node: Yellow Pages Scraper

Use this n8n community node to run the Yellow Pages Scraper Apify actor from workflows and AI agents.

It extracts US business leads from Yellow Pages, including business names, phone numbers, emails when available, websites, addresses, categories, ratings, review counts, hours, and profile URLs.

Install

Self-hosted n8n:

npm install n8n-nodes-yellowpages-scraper

Or install from Settings → Community nodes in n8n using:

n8n-nodes-yellowpages-scraper

Authentication

Create an Apify API token at https://console.apify.com/account/integrations, then add it to the node credentials in n8n.

Example workflows

  • Build local prospect lists for plumbers, dentists, restaurants, roofers, and other categories.
  • Trigger weekly lead refreshes by city and category.
  • Send leads with email or website fields to a CRM, Google Sheets, Airtable, HubSpot, or an AI agent.
  • Monitor businesses by location for market research or outreach.

Inputs

  • Search Terms: business categories or keywords, for example plumbers, dentists, restaurants.
  • Locations: Yellow Pages city-state slugs, for example austin-tx, new-york-ny, los-angeles-ca.
  • Max Pages Per Search: pages to scrape per search; 1 page is usually enough for a fast test.
  • Maximum Results: cap returned leads to control cost.
  • Include Detail Pages: fetch profile pages for emails and richer business details.
  • Proxy Configuration: defaults to Apify residential US proxy settings recommended for Yellow Pages reliability.

Output

Each item is a business lead with fields such as name, phone, email, website, streetAddress, city, state, postalCode, categories, rating, reviewCount, searchTerm, location, and url.

Cost control

Start with one search term, one location, and one page. Increase maxPages only after the workflow is producing the leads you want.

Links

  • Apify actor: https://apify.com/pink_comic/yellowpages-scraper
  • Apify token setup: https://docs.apify.com/platform/integrations/api
  • n8n community nodes: https://docs.n8n.io/integrations/community-nodes/