AgriTech B2B Buyer Discovery avatar

AgriTech B2B Buyer Discovery

Under maintenance

Pricing

$29.00/month + usage

Go to Apify Store
AgriTech B2B Buyer Discovery

AgriTech B2B Buyer Discovery

Under maintenance

Find international B2B buyers for agricultural commodities on global trade directories

Pricing

$29.00/month + usage

Rating

0.0

(0)

Developer

Kundan Bhaskar

Kundan Bhaskar

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

3

Monthly active users

10 days ago

Last modified

Share

🌿 AgriTech B2B Export Intelligence β€” Buyer Discovery

Find international B2B buyers for agricultural commodities across global trade directories. Built for exporters of essential oils, spices, rice, organic products, and other agricultural goods.

What does this actor do?

This actor scrapes buying leads and supplier listings from multiple international B2B trade platforms to help agricultural exporters find real buyers worldwide.

It searches across 6 live platforms, extracts buyer requests, filters by country/quantity/date, removes duplicates, and delivers a clean sorted dataset β€” newest leads first.

Platforms Scraped

PlatformTypeWhat it finds
Go4WorldBusinessB2B DirectoryπŸ›’ Buying leads / RFQs from international buyers
TradeIndia (Buy Requirements)B2B MarketplaceπŸ›’ Active purchase requirements
TradeIndia (Products)B2B Marketplace🏭 Supplier listings & price intel
IndiaMartB2B Marketplace🏭 Supplier listings, prices, MOQs
Alibaba (RFQ Section)Global B2BπŸ›’ Buying requests from global buyers
Alibaba (Product Search)Global B2B🏭 Supplier listings, prices, MOQs

Lead Types

  • πŸ›’ Buying Leads (RFQs) β€” Real purchase requests from buyers looking for your product. These are your hot leads.
  • 🏭 Supplier Listings β€” Competitor and market intelligence. See who else is selling, at what price, and from where.

Who is this for?

  • 🌿 Essential oil distillers & exporters β€” lemongrass, citronella, vetiver, eucalyptus, peppermint, tea tree
  • 🌢️ Spice exporters β€” turmeric, black pepper, cardamom, cumin, chili
  • 🍚 Rice & grain exporters β€” basmati, non-basmati, organic rice
  • 🌱 Organic product exporters β€” moringa, ashwagandha, spirulina, herbs
  • 🏭 Agricultural commodity traders β€” any bulk agricultural product
  • πŸ“Š Export consultants & trade facilitation firms β€” market research for clients
  • πŸ‘¨β€πŸŒΎ Farmer Producer Organizations (FPOs) β€” finding direct international buyers

Input Parameters

ParameterTypeRequiredDefaultDescription
commoditiesString Listβœ…["lemongrass essential oil", "citronella oil"]Products to search for. Add as many as you need.
buyerCountriesString List❌[] (all countries)Filter results to specific buyer countries. Leave empty for worldwide.
maxPagesInteger❌5Pages to scrape per platform per commodity (1-20). More pages = more results but higher cost.
minOrderQuantityKgInteger❌25Minimum order size in kg. Set to 0 to include all.
maxLeadAgeDaysInteger❌30Only include leads posted within this many days. Set to 365 for maximum coverage.
debugModeBoolean❌falseSaves raw HTML from every page to Key-Value Store for troubleshooting.
proxyConfigProxy❌Apify ResidentialProxy configuration. RESIDENTIAL proxies recommended for best results.

Input Example

{
"commodities": [
"lemongrass essential oil",
"citronella oil",
"basmati rice"
],
"buyerCountries": [
"United States",
"Germany",
"Japan",
"United Kingdom",
"France",
"UAE"
],
"maxPages": 3,
"minOrderQuantityKg": 25,
"maxLeadAgeDays": 30,
"debugMode": false,
"proxyConfig": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}