NZ Farmers Market Directory Discovery avatar

NZ Farmers Market Directory Discovery

Pricing

from $1.50 / 1,000 farmers market rows

Go to Apify Store
NZ Farmers Market Directory Discovery

NZ Farmers Market Directory Discovery

Discovers New Zealand farmers markets and local producer directory entries from public regional and market pages.

Pricing

from $1.50 / 1,000 farmers market rows

Rating

0.0

(0)

Developer

Tony Le

Tony Le

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Discovers public New Zealand farmers market and local producer directory rows from regional, market, and directory pages.

What it does

This actor scans supplied market source pages, follows same-site market links, and emits evidence-backed rows with:

  • market name
  • region
  • location
  • schedule
  • official or external website URL when found
  • confidence score
  • evidence text
  • capture timestamp

It is a directory discovery workflow, not a guarantee of complete national coverage. Results depend on public source pages and the freshness of published market information.

Inputs

  • sourceUrls - farmers market, local producer, regional food, or directory pages to scan. Explicit URLs do not mix with defaults.
  • regions - optional known region hints that currently map to the built-in national directory source.
  • useDefaultSources - when no explicit source URLs or known region hints are supplied, use the built-in farmers market source.
  • maxItems - maximum market or producer directory rows to emit.

Example input

{
"sourceUrls": [
"https://farmersmarkets.org.nz/"
],
"maxItems": 100
}

Output fields

  • recordType
  • sourceUrl
  • marketName
  • region
  • location
  • schedule
  • websiteUrl
  • confidence
  • evidenceText
  • capturedAt

Limits and caveats

  • The actor targets public HTML pages and linked same-site detail pages.
  • Schedule and location extraction is heuristic and should be reviewed for high-value uses.
  • Some markets publish updates only on social media or image/PDF flyers; those may need source-specific adapters later.

Local validation

npm test
npx --yes apify-cli validate-schema