Wazza Scraper avatar

Wazza Scraper

Pricing

Pay per usage

Go to Apify Store
Wazza Scraper

Wazza Scraper

Apify Actor scraping drone spare parts from wazza.com.ua

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Jakub Kopecký

Jakub Kopecký

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

21 hours ago

Last modified

Categories

Share

Wazza Drone Parts Scraper

Apify Actor that scrapes drone spare parts & components from wazza.com.ua.

Output shape

{
"name": "string",
"productUrl": "string (absolute URL)",
"imageUrl": "string (absolute URL, may be empty)",
"currentPrice": "string",
"originalPrice": "string",
"discount": "string",
"stockStatus": "string",
"category": "string (page heading)",
"manufacturer": "string",
"sku": "string",
"description": "string",
"sourcePage": "string (URL of the listing page)",
"scrapedAt": "ISO 8601 date"
}

Input

{
"startUrls": [
{ "url": "https://wazza.com.ua/en/spare-parts-for-drones/" }
],
"maxProducts": 0,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}
  • startUrls — One or more Wazza category URLs to start from
  • maxProducts — Limit total products (0 = unlimited)
  • proxyConfiguration — Proxy settings (uses Apify Residential by default)

Scope

Only crawls pages under /spare-parts-for-drones — does not drift into full drones, accessories, or other product categories.

Running locally

pnpm install
node src/main.js

Deploying to Apify

$apify push

Tech

  • Crawlee — Cheerio crawler for server-rendered HTML
  • Apify SDK — Actor lifecycle, proxy, dataset storage
  • Cheerio — HTML parsing