Official Node.js SDK for all Actowiz APIs. Full TypeScript support, Promise-based, with built-in retry logic and streaming. One npm install, access every endpoint.
Run npm install actowiz in your project. Import the client and initialize with your API key. TypeScript types included automatically.
Call any endpoint with async methods. await client.scraper.walmart.product("...") returns a typed response with all fields. Full IDE autocomplete support.
Results come as typed objects. Convert to JSON, CSV, or stream to file. Built-in pagination, retry, and rate limit handling — you focus on your application logic.
REST API with SDKs for Python, Node.js, Java, Go. Or use our no-code interface.
// npm install actowiz
import { Actowiz } from "actowiz";
const client = new Actowiz({ apiKey: "YOUR_KEY" });
// Scrape any platform
const product = await client.scraper.shopify
.product({ store: "cool-brand.com",
handle: "premium-tee" });
console.log(product.price); // 48.00
console.log(product.variants); // 6
console.log(product.toJSON());
// TypeScript ProductResponse
{
"handle": "premium-tee",
"title": "Premium Cotton Tee — Midnight",
"price": 48.00,
"variants": 6,
"_responseTime": "1.6s",
"_callsRemaining": 9847,
"_pagination": "auto",
"_methods": [".toJSON()",".toCSV()",".stream()"]
} // Typed response object
One API, six endpoint types. Use any Node.js SDK endpoint.
Initialize with API key
Auto-retry on rate limits and errors
Connection pooling built in
Environment variable support
Access any scraper endpoint
.amazon(), .walmart(), .shopify()
Returns typed response objects
Streaming for large result sets
Access any data API endpoint
.serp(), .reviews(), .extract()
TypeScript interfaces for all responses
Filter and transform helpers
Create and manage scheduled jobs
.create(), .list(), .pause(), .delete()
Pipeline orchestration
Event-driven job monitoring
Set up monitoring and alerts
.create(), .history(), .channels()
Multi-channel notifications
WebSocket for real-time updates
Configure data destinations
.s3(), .snowflake(), .bigquery()
One-time setup, auto-push
Connection testing methods
You focus on data. We handle the complexity.
Residential IPs across 195 countries. Automatic rotation per request.
Automated solving for all platform protections types. Invisible to you.
Full headless browser. Dynamic content, SPA pages, infinite scroll.
AI re-maps fields automatically when platforms change. Zero maintenance for you.
require("actowiz") support
Legacy Node.js projects
Full type definitions
IDE autocomplete and checks
Stream large result sets
Memory-efficient processing
npx actowiz CLI
Terminal-based data extraction
Start free. Scale as you grow. 1,000 free API calls included.
Our web scraping expertise is relied on by 4,000+ global enterprises including Zomato, Tata Consumer, Subway, and Expedia — helping them turn web data into growth.
Watch how businesses like yours are using Actowiz data to drive growth.
From Zomato to Expedia — see why global leaders trust us with their data.
Backed by automation, data volume, and enterprise-grade scale — we help businesses from startups to Fortune 500s extract competitive insights across the USA, UK, UAE, and beyond.
We partner with agencies, system integrators, and technology platforms to deliver end-to-end solutions across the retail and digital shelf ecosystem.
Struggling with dynamic pricing? Use Ola price data scraping and fare intelligence to gain real-time insights and optimize ride pricing strategies.
How we solved pricing inconsistencies using Real-Time Hotel Deals Data Extraction and Travel Pricing Intelligence to optimize rates, ensure parity, and boost revenue
Scrape 10 Largest Food Chains Data in the United States in 2026 to track pricing, market share, and consumer trends with real-time insights.
Whether you're a startup or a Fortune 500 — we have the right plan for your data needs.