UAS Components Scraper avatar

UAS Components Scraper

Pricing

Pay per usage

Go to Apify Store
UAS Components Scraper

UAS Components Scraper

Apify Actor scraping UAV components from uascomponents.com

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

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:

FieldTypeDescription
namestringProduct name
categorystringProduct category
descriptionstringProduct description (text after the heading)
imageUrlstringProduct image URL
productCodestring | nullSKU code (e.g. UASC.B220.000.00-01)
specificationsobjectTech specs (capacity, weight, range, etc.)
sourceUrlstringSource page URL
scrapedAtstringISO 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 install
pnpm dev # Run locally with tsx
pnpm build # Compile TypeScript
pnpm start # Run compiled version

Site Structure

The site is a Weblium static site with category pages:

SlugCategory
/camera-systemsCamera Systems
/antennasAntenna Trackers
/launch-and-landing-systemsLaunch & Landing
/pitot-tubesPitot Tubes
/batteriesBatteries
/softwareSoftware
/productsAll (combined)