National Aquaculture Association Supplier Directory Actor avatar

National Aquaculture Association Supplier Directory Actor

Pricing

from $25.00 / 1,000 results

Go to Apify Store
National Aquaculture Association Supplier Directory Actor

National Aquaculture Association Supplier Directory Actor

Scrapes the National Aquaculture Association's public supplier directory into structured aquaculture vendor/supplier records.

Pricing

from $25.00 / 1,000 results

Rating

0.0

(0)

Developer

Chris Hoover

Chris Hoover

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

22 days ago

Last modified

Share

Scrapes the National Aquaculture Association's public supplier directory (https://members.nationalaquaculture.org/aquaculture-suppliers/) into a normalized dataset of aquaculture feed, equipment, health/lab, water-system, gear, and consulting vendors.

Use cases

  1. Fish-farm and hatchery procurement teams building a vendor shortlist by category (feed, equipment, water/environment, health & lab services, consulting, gear/apparel).
  2. Aquaculture equipment/feed manufacturers researching adjacent suppliers and competitors for market mapping.
  3. Industry researchers and consultants needing a normalized, exportable list of active U.S. aquaculture suppliers instead of manually paging through the directory.

Input

FieldTypeDefaultDescription
startUrlsarray6 top-level category search pagesNAA supplier directory category URLs to scrape
maxItemsinteger100Maximum number of supplier records to emit
fetchDescriptionsbooleantrueVisit each supplier's detail page for About text + address (off = card-only, faster)
delaySecondsnumber1.2Delay between requests

Output fields

FieldDescription
companyNameSupplier/company name
detailUrlCanonical detail page URL
descriptionTextCleaned About text from the detail page (blank if none)
phoneBusiness phone number
websiteUrlSupplier's own website
logoUrlCard/detail logo image URL
categoriesComma-joined category/subcategory tags
sourcePageUrlThe category search page this record was first found on
streetAddressDetail-page address, when present (often blank)
crawlTimestampISO timestamp of the scrape

Example output

{
"companyName": "American Feeder",
"detailUrl": "https://members.nationalaquaculture.org/aquaculture-suppliers/Details/american-feeder-4052998",
"descriptionText": "CLICK HERE TO VIEW OUR PRODUCTS",
"phone": "(971) 292-8827",
"websiteUrl": "http://www.american-feeder.com/",
"logoUrl": "https://res.cloudinary.com/micronetonline/image/upload/.../american-feeder.png",
"categories": "Feeders, Feed Storage",
"sourcePageUrl": "https://members.nationalaquaculture.org/aquaculture-suppliers/Search/farming-equipment-and-electronics-462622",
"streetAddress": null,
"crawlTimestamp": "2026-07-10T21:00:00+00:00"
}

Pricing

$25 per 1,000 results (Pay-Per-Event, per record returned).

ResultsCost
100$2.50
500$12.50
1,000$25.00
5,000$125.00

Notes

  • Each of the 6 top-level category pages returns its full result set on a single page load — no cross-page pagination to follow.
  • Suppliers listed under multiple categories are deduplicated by detailUrl; their categories field merges tags seen across every category page they appear on.
  • Respects robots.txt (only */TellAFriend paths are disallowed) and rate-limits requests by delaySeconds between both category and detail page fetches.