Snapdocs Mobile Notary Directory Scraper avatar

Snapdocs Mobile Notary Directory Scraper

Pricing

Pay per event

Go to Apify Store
Snapdocs Mobile Notary Directory Scraper

Snapdocs Mobile Notary Directory Scraper

Scrape mobile notary profiles from Snapdocs — the largest US hire-a-notary directory. Extracts name, city, state, certifications, languages, photo, and more from 350k+ commercial notary listings. Perfect for building lead lists, notary networks, and directory data.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Extract structured notary profiles from Snapdocs — the largest hire-a-notary directory in the United States. Build targeted lead lists, notary networks, or B2B prospecting datasets with 350,000+ commercial mobile-notary profiles across all 50 states.

What You Get

Each record includes:

FieldDescription
nameNotary full name
profile_urlCanonical Snapdocs profile URL
cityCity of service
stateState abbreviation (e.g. CA)
zipZIP code
photo_urlProfile photo URL
certificationsVerified credentials (e.g. ID, Commission, E&O Insurance, Background Check Report)
languagesLanguages spoken (e.g. English, Spanish)
signings_completedNumber of completed Snapdocs signings
source_listing_stateState slug used for crawl discovery
source_listing_cityCity slug used for crawl discovery

Use Cases

  • Lead generation for title companies, escrow firms, and signing services
  • Notary network building with language and certification filters
  • Market research on notary density by state and metro area
  • CRM enrichment with verified credentials and activity signals

How It Works

The scraper navigates Snapdocs' three-tier directory hierarchy:

  1. State index — discovers all 50 US states + territories
  2. City pages — discovers all cities within each state
  3. City listings — paginates through notary cards (10/page, up to 93 pages in major metros)
  4. Profile pages — extracts structured data from each notary's detail page

No proxy needed. No CAPTCHA. Server-rendered HTML throughout.

Input

ParameterTypeDescription
startUrlsarrayDirect URLs to scrape (state, city, or profile pages). Overrides states when provided.
statesarrayState slugs to scrape (e.g. ["california", "new-york"]). Default: all states.
maxItemsintegerMaximum number of profiles to collect.

Example: Scrape a single city

{
"startUrls": ["https://notary.snapdocs.com/notary-public/california/los-angeles"],
"maxItems": 100
}

Example: Scrape two states

{
"states": ["texas", "florida"],
"maxItems": 5000
}

Example: Single profile

{
"startUrls": ["https://notary.snapdocs.com/notary-public/california/los-angeles/melvin-y-morataya"]
}

Notes

  • Contact info (phone, email) is not included — Snapdocs gates contact details behind a form that requires submitting your own email address. All other publicly-visible structured fields are captured.
  • Coverage: ~350,000 profiles US-wide. California alone has 400+ cities and 9,000+ notaries.
  • Rate limit: Courteous 5-concurrent-request crawl. No throttling observed on the target site.