VOOZH about

URL: https://apify.com/alizarin_refrigerator-owner/nextdoor-scraper

โ‡ฑ Nextdoor Scraper ยท Apify


Pricing

from $0.01 / 1,000 results

Go to Apify Store

Scrape local business recommendations, neighborhood posts, and community data from Nextdoor. Get authentic local insights and recommendations that aren't available on other platforms.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ The Howlers

The Howlers

Maintained by Community

Actor stats

7

Bookmarked

155

Total users

26

Monthly active users

2 months ago

Last modified

Share

Nextdoor Business Profile Scraper

Scrape Nextdoor business profiles, recommendations, and reviews. 3 modes: public /pages/ scraping (no auth), Google SERP discovery, and authenticated session cookies for full data. Extract business name, address, phone, recommendations, reviews, and category.

BYOK (Bring Your Own Key) -- you provide your own API credentials.


Before You Start

This actor requires your own API credentials to fetch real data.

Where to get your key: JSON array of cookies from Cookie-Editor browser extension. Unlocks full Nextdoor data (recommendations, posts, reviews). Note: If cookieStorageKey is set, this field is ignored unless you want to override the stored cookies.

You can test with Demo Mode first (free, no key needed) to see the output format before committing.


Quick Start

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

{
"demoMode":true,
"businessPageUrls":[
"https://nextdoor.com/pages/motz-plumbing-north-miami-fl/"
],
"searchTerms":[
"plumber"
],
"city":"Miami, FL",
"neighborhoods":[
"miami-beach-fl"
],
"proxyConfiguration":{
"useApifyProxy":true,
"apifyProxyGroups":[
"RESIDENTIAL"
]
}
}

Run with real data

{
"demoMode":false,
"businessPageUrls":[
"https://nextdoor.com/pages/motz-plumbing-north-miami-fl/"
],
"searchTerms":[
"plumber"
],
"city":"Miami, FL",
"cookieKvStoreName":"cookie-sessions",
"sessionCookies":"YOUR_API_KEY_HERE",
"neighborhoods":[
"miami-beach-fl"
],
"scrapeType":"recommendations",
"category":"all",
"maxResults":100,
"includeComments":false,
"minRecommendations":0,
"proxyConfiguration":{
"useApifyProxy":true,
"apifyProxyGroups":[
"RESIDENTIAL"
]
}
}

Input Parameters

ParameterTypeDefaultRequiredDescription
businessPageUrlsarray-NoDirect Nextdoor /pages/ URLs to scrape. NO AUTH required. Example: https://nextdoor.com/pages/motz-plumbing-north-miami-fl/
searchTermsarray-NoBusiness types to search for via Google (e.g., 'plumber', 'electrician'). Requires 'city' field. Discovers /pages/ URLs automatically.
citystring-NoCity + state for Google discovery (e.g., 'Miami, FL', 'Austin, TX'). Required when using searchTerms.
cookieStorageKeystring-NoKey-Value Store key from Cookie Manager actor (e.g., 'nextdoor-john'). When set, cookies are loaded automatically from the shared KV store โ€” no need to paste sessionCookies manually. Run the Cookie Manager actor first to capture and store your cookies.
cookieKvStoreNamestring"cookie-sessions"NoName of the Key-Value Store where Cookie Manager saves sessions. Default: 'cookie-sessions'. Only change this if you configured a custom store name in Cookie Manager.
sessionCookiesstring-Yes*JSON array of cookies from Cookie-Editor browser extension. Unlocks full Nextdoor data (recommendations, posts, reviews). Note: If cookieStorageKey is set, this field is ignored unless you want to override the stored cookies.
neighborhoodsarray-NoNeighborhood slugs for authenticated scraping. Requires sessionCookies. Example: 'miami-beach-fl'. Find slugs in Nextdoor URLs: nextdoor.com/neighborhood/SLUG/
scrapeTypestring"recommendations"NoWhat type of content to scrape in authenticated mode. Only used with sessionCookies.
searchQuerystring-NoFilter results by keyword (e.g., 'plumber', 'pizza'). Applied to all modes.
categorystring"all"NoFilter by business category (authenticated mode only)
maxResultsinteger100NoMaximum number of business profiles to return (default: 100)
includeCommentsbooleanfalseNoExtract comments/replies on posts (authenticated mode, slower)
minRecommendationsinteger0NoOnly include businesses with at least this many recommendations
proxyConfigurationobject-NoProxy settings โ€” RESIDENTIAL recommended for Nextdoor
demoModebooleantrueNoโš ๏ธ IMPORTANT: This is ON by default for testing. You MUST set this to FALSE to get real Nextdoor data. When enabled, returns fake sample data (e.g. 'Mike's Plumbing') for testing your integration โ€” NOT real Nextdoor data.
webhookUrlstring-NoURL to POST results when scraping completes (Zapier, Make, n8n, custom endpoint)

*Required when Demo Mode is off.


Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Business ScrapedEach Nextdoor business profile scraped$0.06

Demo mode is free -- no charges for sample data.


Troubleshooting

"API key is required"

You have Demo Mode turned off but didn't provide an API key. Either:

  • Turn Demo Mode on to test with sample data
  • Add your API key in the input

"API error 403" or "Unauthorized"

Your API key is invalid, expired, or doesn't have access to this specific API endpoint. Double-check your key and account permissions.

"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)
  • API key without proper permissions
  • 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

You might also like

Nextdoor Business Scraper

scraped/nextdoor-business-scraper

Scrape businesses from Nextdoor

Nextdoor Scraper

eunit/nextdoor-scraper

Extracts structured place-level data from public Nextdoor city pages such as city metadata, FAQs, neighborhood links, business directory links, local group summaries, resource links, city descriptions, resident counts, directory-style public resources, and city statistics.

๐Ÿ‘ User avatar

Emmanuel Uchenna

7

5.0

Local Business Lead Finder

solutionssmart/local-business-lead-finder

Discover, extract, and enrich local business leads from Google Maps. Find businesses by keyword and location, collect contact details, emails, and social profiles, and export clean, deduplicated data. Built for automation, CRMs, and recurring lead generation workflows.

๐Ÿ‘ User avatar

Solutions Smart

80

Brand DNA

solutionssmart/brand-dna

Extract structured brand identity from any website โ€” colors, fonts, tone, positioning, and reusable marketing templates โ€” using deterministic heuristics with no AI hallucinations.

๐Ÿ‘ User avatar

Solutions Smart

98

5.0

Facebook Group Posts Scraper ๐Ÿ“ฑ

easyapi/facebook-group-posts-scraper

Scrape Facebook group posts efficiently with login support. Extract post content, author info, timestamps and more from any public or private Facebook group you have access to.

WordPress Scraper

jupri/wordpress

๐Ÿ’ซ Scrape WordPress and Woocommerce websites

โœจ WordPress Content Extractor

ramman/wordpress-content-extractor

๐Ÿ”Easily scrape and export posts, pages, metadata, images, and comments from any WordPress site. โœจ WordPress content to JSON, CSV, or TXT โ€” instantly.

angi.com (Angie's List) Scraper

igolaizola/angi-scraper

Extract verified business data from Angi (formerly Angie's List) including phone numbers, ratings, and contact details for home service professionals. Get comprehensive listings with company information, customer reviews, and contact data across 150+ categories like plumbers and contractors.

๐Ÿ‘ User avatar

Iรฑigo Garcia Olaizola

308

5.0

WordPress Post Scraper

hgservices/wordpress-post-scraper

Extract every blog post from any WordPress site โ€” title, content, date, author, image, categories and tags.

Facebook Group Posts Scraper ยท No Cookies

data-slayer/facebook-group-posts

Extract posts from any public Facebook group without login. Get full post text, reactions by type, comments, shares, author profiles, media attachments, and timestamps. No cookies, no authentication. Export as JSON/CSV/Excel.