Nextdoor Scraper avatar

Nextdoor Scraper

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Nextdoor Scraper

Nextdoor Scraper

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

6

Bookmarked

102

Total users

18

Monthly active users

72 days

Issues response

15 days 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