Products
NexaLayer exposes two product types: dynamic (rotating IP, pay per traffic) and static (fixed IP, pay per duration). Use the product API to list available products and get recommendations before creating sessions.Product types
| Type | Description | Billing |
|---|---|---|
| Dynamic | Rotating IPs; suitable for scraping, data collection | Per traffic (GB) |
| Static | Fixed IPs; suitable for account management, SEO monitoring | Per duration (e.g. 30/90 days) |
List products
data.items[] with product_no, name, type, price, unit, and related fields. Use product_no in session config when calling POST /sessions.
List regions
Product recommendation
Get recommended products by use case and constraints.web_scraping, data_collection, account_management, ad_verification, seo_monitoring, market_research, general.
Response contains recommended products; use their product_no in POST /sessions config.
Next: Sessions overview, Dynamic session, Static session.