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.
Albertsons Product & Promotion Data Scraping helps brands track pricing, discounts, inventory, and promotional trends for smarter retail decisions.
Discover how a CPG brand leveraged Walmart and Albertsons store-level data to optimize geographic inventory planning, improve demand forecasting, reduce stockouts, and enhance retail supply chain performance across regions.
Scraping Key Food Grocery Data helps brands track pricing, inventory, promotions, and grocery trends for smarter retail analytics.
Whether you're a startup or a Fortune 500 — we have the right plan for your data needs.