UAS Components Scraper
Pricing
Pay per usage
Go to Apify Store
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Jakub Kopecký
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Apify Actor that scrapes all products from uascomponents.com — a Ukrainian manufacturer of UAV components including camera systems, antenna trackers, launch systems, pitot tubes, batteries, and software.
Output Schema
Each product in the dataset:
| Field | Type | Description |
|---|---|---|
name | string | Product name |
category | string | Product category |
description | string | Product description (text after the heading) |
imageUrl | string | Product image URL |
productCode | string | null | SKU code (e.g. UASC.B220.000.00-01) |
specifications | object | Tech specs (capacity, weight, range, etc.) |
sourceUrl | string | Source page URL |
scrapedAt | string | ISO timestamp |
Input
{"categories": ["batteries", "camera-systems"],"maxProducts": 0,"includeImages": true}
- categories — optional array of category slugs. Empty = all categories.
- maxProducts — limit results (0 = unlimited).
- includeImages — include image URLs.
Development
pnpm installpnpm dev # Run locally with tsxpnpm build # Compile TypeScriptpnpm start # Run compiled version
Site Structure
The site is a Weblium static site with category pages:
| Slug | Category |
|---|---|
/camera-systems | Camera Systems |
/antennas | Antenna Trackers |
/launch-and-landing-systems | Launch & Landing |
/pitot-tubes | Pitot Tubes |
/batteries | Batteries |
/software | Software |
/products | All (combined) |