# AgriExpo Scraper - Tractor & Farm Equipment Specs (`crawloop/agriexpo-scraper`) Actor

Scrape AgriExpo tractors and farm equipment for OEMs and buyers. Get title, model, manufacturer, characteristics, specs, images and PDF catalogs. Keyword, listing, stand or PDP — AgriExpo API alternative.

- **URL**: https://apify.com/crawloop/agriexpo-scraper.md
- **Developed by:** [Andrej Kiva](https://apify.com/crawloop) (community)
- **Categories:** E-commerce, Lead generation, AI
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.99 / 1,000 product records

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## AgriExpo Scraper — Tractor & Farm Equipment Specs

> **Disclaimer:** Unofficial integration for publicly accessible sources. Trademarks belong to their respective owners. Provided for informational use only; users must comply with applicable platform terms and laws.

> **Crawloop B2B agriculture data** — AgriExpo OEM catalogs plus company directories (Europages / WLW). Used farm equipment: AgriAffaires / MachineryLine.

| AgriExpo (OEM catalog) | Europages (EU directory) | WLW (DACH directory) | AgriAffaires (used) |
| :--- | :--- | :--- | :--- |
| **AgriExpo Scraper** ◄── you are here | [Europages Scraper](https://apify.com/crawloop/europages-scraper) | [WLW Scraper](https://apify.com/crawloop/wlw-scraper) | [AgriAffaires Scraper](https://apify.com/crawloop/agriaffaires-scraper) |
| Tractors, farm machinery, livestock, irrigation, specs, PDF catalogs | EU companies, VAT, contacts | DE / AT / CH suppliers | Used agricultural listings |

**AgriExpo scraper** for Apify — a practical **AgriExpo API alternative** that turns the agricultural equipment marketplace into structured JSON. Scrape **tractors, farm machinery, livestock and irrigation products** for **title, model, manufacturer, characteristics, specifications, images, PDF catalogs**, and **company websites** from keywords, category listings, manufacturer stands, or product URLs.

Built for **agricultural competitive intelligence**, **OEM / dealer sourcing**, **tractor & implement shortlists**, **irrigation / livestock catalog pulls**, and **PDF datasheet harvest**. Run from the Console, **Python**, **Node.js**, or **MCP**. Fast HTTP crawl via `curl_cffi` — parses VirtualExpo `__preloadData__` (no headless browser).

### Use cases

| Use case | What you get |
| :--- | :--- |
| **Tractor & implement shortlists** | Keyword → agricultural-manufacturer listing → product rows (tractor, combine harvester, sprayer, milking parlor, …) |
| **Spec & characteristic comparison** | Transmission, Applications, cylinders plus numeric specs (Engine power, Wheelbase, PTO speed, Weight, …) |
| **Manufacturer catalog pull** | All products on a stand URL with optional full PDP enrichment |
| **PDF catalog harvest** | Linked datasheet / brochure titles and viewer URLs |
| **Website enrichment** | External manufacturer website + off-platform product link when published |
| **Category deep-dive** | `/cat/` pages expand into child product-type listings |

### When to use this Actor

- You need an **AgriExpo scraper** / **agricultural manufacturer directory** / **farm equipment catalog** export as dataset rows
- You have **keywords**, **listing URLs**, **manufacturer stands**, or **product PDPs**
- You want **characteristics, specs, images, and PDF catalogs** in one JSON export
- You prefer a **browser-free** crawl callable from Python, Node.js, cURL, or MCP

### When not to use this Actor

- **Guaranteed live prices / stock** — most listings are RFQ / price-on-request (some show indicative prices)
- **Sending RFQs** through the portal contact form — this Actor is read-only extraction
- **Company-directory firmographics (VAT, phone)** — use Europages or WLW instead
- **Used farm equipment marketplaces** — use [AgriAffaires Scraper](https://apify.com/crawloop/agriaffaires-scraper) or [MachineryLine Scraper](https://apify.com/crawloop/machineryline-scraper)
- **Authenticated MyAgriExpo-only fields** — public pages only

### Key features

- **Keyword search** — resolves via AgriExpo kwref sitemaps to listing URLs
- **Listing & category URLs** — paginated `agricultural-manufacturer` pages; `/cat/` expands to children
- **Manufacturer stands** — crawl all product cards on a company stand
- **Product detail enrichment** — `fetchDetails` parses `__preloadData__` for full specs
- **VirtualExpo portal switch** — optional `portal` for sister hosts (DirectIndustry, MedicalExpo, …)
- **Streaming results** — dataset rows appear while the run is in progress
- **Deduped push** — unique by `portal` + `productId` within a run
- **Pagination controls** — `maxPages` + `maxItems` for predictable run size
- **Lightweight & resilient** — Chrome TLS fingerprinting, proxy session rotation on WAF challenges

### Input parameters

| Parameter | Type | Default | Description |
| :--- | :--- | :--- | :--- |
| `searchKeywords` | Array | `["tractor"]` | Keywords → kwref listing URLs. |
| `startUrls` | Array | `[]` | Mixed product / manufacturer / listing / category URLs. |
| `listingUrls` | Array | `[]` | agricultural-manufacturer and/or `/cat/` URLs. |
| `productUrls` | Array | `[]` | Direct product detail URLs. |
| `manufacturerUrls` | Array | `[]` | Manufacturer stand URLs. |
| `portal` | String | `"agriexpo"` | VirtualExpo host (`agriexpo`, `directindustry`, …). |
| `fetchDetails` | Boolean | `true` | Open PDPs for specs, description, images, catalogs. |
| `maxItems` | Integer | `50` | Max dataset rows (`0` = unlimited within `maxPages`). |
| `maxPages` | Integer | `3` | Max listing pages per list URL. |
| `concurrency` | Integer | `3` | Parallel PDP workers (1–15). |
| `proxyConfiguration` | Object | residential FR | Apify Proxy — residential + country `FR` recommended. |

#### Example — keyword product crawl

```json
{
  "searchKeywords": ["tractor", "combine harvester"],
  "fetchDetails": true,
  "maxItems": 50,
  "maxPages": 3,
  "concurrency": 3,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": ["RESIDENTIAL"],
    "apifyProxyCountry": "FR"
  }
}
```

#### Example — manufacturer stand + product URLs

```json
{
  "manufacturerUrls": [
    { "url": "https://www.agriexpo.online/prod/maschio-gaspardo-169098.html" }
  ],
  "productUrls": [
    { "url": "https://www.agriexpo.online/prod/tafe/product-185051-163372.html" }
  ],
  "fetchDetails": true,
  "maxItems": 100,
  "concurrency": 3
}
```

### Output

Each dataset item is one agricultural / livestock product.

| Field | Description |
| :--- | :--- |
| `title` / `model` | Product label and model designation |
| `companyName` / `companyId` | Manufacturer stand name and id |
| `url` / `companyUrl` | Product PDP and manufacturer stand URLs |
| `companyWebsite` | External manufacturer website when published |
| `features` | Characteristic rows (Transmission, Applications, …) |
| `specifications` | Numeric / range specs (`min` / `max` / `raw`) |
| `images` | Product image URLs |
| `catalogs` | Linked PDF catalog title, URL, pages, language |
| `description` | Full product description from the detail page |
| `category` / `breadcrumbs` | Listing category and navigation path |
| `enriched` | `true` when fields come from a product detail page |

Example (illustrative):

```json
{
  "recordType": "product",
  "portal": "agriexpo",
  "productId": "163372",
  "companyId": "185051",
  "title": "Compact tractor",
  "model": "6020 M",
  "companyName": "TAFE",
  "url": "https://www.agriexpo.online/prod/tafe/product-185051-163372.html",
  "companyUrl": "https://www.agriexpo.online/prod/tafe-185051.html",
  "companyWebsite": "https://tafetractors.com/",
  "description": "…",
  "category": "Tractor",
  "features": [
    { "name": "Transmission", "value": "mechanical transmission" },
    { "name": "Applications", "value": "vineyard" }
  ],
  "specifications": [
    { "name": "Engine power", "nominal": "18 ch (18 hp)" }
  ],
  "images": ["https://img.agriexpo.online/images_ag/photo-g/….jpg"],
  "enriched": true,
  "scrapedAt": "2026-08-11T12:00:00Z"
}
```

### Integration examples

#### Node.js

```javascript
import { ApifyClient } from 'apify-client';

const client = new ApifyClient({ token: process.env.APIFY_TOKEN });
const run = await client.actor('crawloop/agriexpo-scraper').call({
  searchKeywords: ['tractor'],
  fetchDetails: true,
  maxItems: 50,
  proxyConfiguration: {
    useApifyProxy: true,
    apifyProxyGroups: ['RESIDENTIAL'],
    apifyProxyCountry: 'FR',
  },
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items.slice(0, 5));
```

#### Python

```python
from apify_client import ApifyClient

client = ApifyClient(token)
run = client.actor("crawloop/agriexpo-scraper").call(
    run_input={
        "searchKeywords": ["tractor"],
        "fetchDetails": True,
        "maxItems": 50,
        "proxyConfiguration": {
            "useApifyProxy": True,
            "apifyProxyGroups": ["RESIDENTIAL"],
            "apifyProxyCountry": "FR",
        },
    }
)
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item.get("title"), item.get("model"), item.get("companyName"))
```

#### cURL

```bash
curl "https://api.apify.com/v2/acts/crawloop~agriexpo-scraper/runs?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"searchKeywords":["tractor"],"fetchDetails":true,"maxItems":50,"proxyConfiguration":{"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"],"apifyProxyCountry":"FR"}}'
```

### MCP and AI assistants

Use this Actor from AI tools via [Apify MCP](https://docs.apify.com/platform/integrations/mcp). Connect your Apify account, then call `crawloop/agriexpo-scraper`.

Example prompts:

- "Run AgriExpo Scraper for keyword tractor, max 30, return title, companyName, features, specifications as JSON"
- "Scrape AgriExpo irrigation equipment listings and summarize manufacturers and key specs"
- "Chain AgriExpo Scraper then Europages Scraper to map ag OEM catalogs to EU company contacts"

### Suite next step

For Europe-wide **company contacts / VAT / firmographics**, run [Europages Scraper](https://apify.com/crawloop/europages-scraper). For DACH-only suppliers, use [WLW Scraper](https://apify.com/crawloop/wlw-scraper). For **used** farm equipment listings, use [AgriAffaires Scraper](https://apify.com/crawloop/agriaffaires-scraper) or [MachineryLine Scraper](https://apify.com/crawloop/machineryline-scraper).

### Related Actors

| Actor | Use for |
| :--- | :--- |
| **AgriExpo Scraper** ◄── you are here | Agri OEM catalog, tractor specs, PDF catalogs |
| [Europages Scraper](https://apify.com/crawloop/europages-scraper) | Europe-wide B2B directory, multi-locale, VAT & contacts |
| [WLW Scraper](https://apify.com/crawloop/wlw-scraper) | DACH (DE / AT / CH) B2B suppliers from Wer liefert was |
| [AgriAffaires Scraper](https://apify.com/crawloop/agriaffaires-scraper) | Used agricultural machinery classifieds |
| [MachineryLine Scraper](https://apify.com/crawloop/machineryline-scraper) | Used / dealer farm & construction machinery |

### FAQ

**Is this an AgriExpo API?**\
No official public product API is required. This Actor is an **AgriExpo scraper / API alternative** that returns structured dataset rows you can call from Python, Node.js, cURL, or MCP.

**How do I scrape AgriExpo with Python or Node.js?**\
Use the Apify client examples above, or call the Actor from an AI assistant via Apify MCP. Export the default dataset as JSON, CSV, or Excel.

**Can this Actor scrape tractors, livestock equipment, and irrigation products?**\
Yes — keywords and `agricultural-manufacturer` listings cover farm machinery, livestock, forestry, horticulture, seeds & crop inputs, precision agriculture, and related product types on AgriExpo.

**Does keyword search need exact listing URLs?**\
No — keywords are matched against AgriExpo kwref sitemaps (e.g. `tractor` → tractor listing). Prefer exact listing URLs when you already have them.

**Can I scrape DirectIndustry or MedicalExpo with the same Actor?**\
Set `portal` to `directindustry` or `medicalexpo` (and other sister portals). Page patterns are shared across VirtualExpo; AgriExpo is the primary tested host for this Actor.

**Why are some rows missing phone/email or price?**\
This Actor targets **product catalog** fields. AgriExpo is RFQ-oriented — public manufacturer phones are usually not on product pages; prices may be indicative or on request. Enrich firmographics with Europages or WLW.

# Actor input Schema

## `searchKeywords` (type: `array`):

Product-type keywords resolved via AgriExpo kwref sitemaps to agricultural-manufacturer listing pages (e.g. "tractor", "combine harvester", "irrigation").

## `startUrls` (type: `array`):

Mix of product PDPs, manufacturer stands, agricultural-manufacturer listings, and/or category pages.

## `listingUrls` (type: `array`):

agricultural-manufacturer listing pages and/or /cat/ category pages (categories expand to child listings).

## `productUrls` (type: `array`):

Direct product detail URLs (/prod/{brand}/product-{companyId}-{productId}.html).

## `manufacturerUrls` (type: `array`):

Manufacturer stand URLs (/prod/{brand}-{companyId}.html) — expands to product cards on the stand.

## `portal` (type: `string`):

Which VirtualExpo marketplace host to use. AgriExpo is the primary catalog; sister portals share the same page patterns.

## `fetchDetails` (type: `boolean`):

When true, open each product PDP and parse window.**preloadData** for full specs, description, images and PDF catalogs. When false, emit listing-card fields only.

## `maxItems` (type: `integer`):

Hard cap on dataset rows (0 = unlimited within maxPages).

## `maxPages` (type: `integer`):

Max pagination pages per agricultural-manufacturer listing URL.

## `concurrency` (type: `integer`):

Parallel PDP workers (1–15). Keep low if Cloudflare challenges appear.

## `proxyConfiguration` (type: `object`):

Apify Proxy settings. Residential FR recommended.

## Actor input object example

```json
{
  "searchKeywords": [
    "tractor"
  ],
  "startUrls": [],
  "listingUrls": [],
  "productUrls": [],
  "manufacturerUrls": [],
  "portal": "agriexpo",
  "fetchDetails": true,
  "maxItems": 50,
  "maxPages": 3,
  "concurrency": 3,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "FR"
  }
}
```

# Actor output Schema

## `results` (type: `string`):

Default dataset items (product records).

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("crawloop/agriexpo-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("crawloop/agriexpo-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call crawloop/agriexpo-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,crawloop/agriexpo-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/nYtUZQRV40voYJkZ5/builds/IKah9RDhmZ2hOBlna/openapi.json
