LogoLogo
Nimble HomeLoginCreate an Account
  • Home
  • Quick Start Tutorials
    • Tutorial Library
      • Track SEO and SEM Ranking
      • Reddit as a Guerilla Marketing Strategy
  • Nimble Platform
    • Nimble Platform Overview
    • Online Pipelines
      • Supermarkets
        • ASDA
        • Tesco Groceries
        • Sainsbury’s
        • Morrisons
      • eCommerce
      • Restaurants
        • Yelp
        • Tabelog
        • Uber Eats Japan
        • Demaecan
        • Uber Eats US
      • Real Estate
        • Zillow
  • Nimble SDK
    • SDK Overview
    • Web API
      • Web API Overview
      • API Product Specs
      • Nimble Web API Quick Start Guide
        • Introduction
        • Nimble APIs Authentication
        • Real-time URL request
        • Delivery methods
        • Batch processing
        • Response codes
        • FAQs
      • Nimble Web API Functions
        • Realtime, Async & Batch Request
        • Geo Location Targeting
        • Javascript Rendering
        • Page Interaction
          • Wait (delay)
          • Wait for Selector
          • Wait and Click
          • Wait and Type
          • Scroll
          • Scroll to
          • Infinite Scrolling
          • Capturing Screenshots
          • Collecting Cookies
          • Executing HTTP Requests
          • Operation Reference
        • Network Capture
          • Filter by URL Matching
          • Filter By Resource Type
            • Real World Demo: Capturing Ajax Requests
          • Wait for Requests
          • Capturing XHR without Rendering
          • Operation Reference
        • Data Parsing
          • Parsing Templates
          • Merge Dynamic Parser
        • Custom Headers & Cookies
        • General Params
      • Vertical Endpoints
        • SERP API
          • Real-time search request
          • Getting local data
          • Browsing SERP pagination
          • Delivery methods
          • Batch Processing
          • Endpoints and Response Codes
        • Maps API
          • Searching for places
          • Getting information about a place
          • Collecting reviews
          • Delivery methods
          • Batch processing
          • Endpoints and Response Codes
    • Web Retrieval API
      • Web Retrieval API Overview
    • Proxy API
      • Nimble IP Overview
      • Nimble IP Quick Start Guide
        • Send a request
        • Nimble IP Autentication
        • Geotargeting and session control
        • Response codes
        • FAQs
      • Nimble IP Functions
        • Country/state/city geotargeting
        • Controlling IP rotation
        • Geo-sessions: longer, stickier, more accurate sessions
        • Using IPv6 Proxies
        • Response Codes
      • Integration Guides
        • Incogniton
        • Kameleo
        • VMLogin
        • AdsPower
        • FoxyProxy
        • Android
        • Multilogin
        • iOS
        • SwitchyOmega
        • Windows
        • macOS
        • Proxifier
        • MuLogin
        • Puppeteer
        • Selenium
        • Scrapy
    • Client Libraries
      • Installation
      • Quick Start
    • LangChain Integration
  • Technologies
    • Browserless Drivers
      • API Driver-Based Pricing
    • IP Optimization Models
    • AI Parsing Skills
  • Management Tools
    • Nimble Dashboard
      • Exploring the User Dashboard
      • Managing Pipelines
      • Reporting and Analytics
      • Account Settings
      • Experimenting with the Playground
      • Billing and history
    • Nimble Admin API
      • Admin API basics
      • Admin API reference
  • General
    • Onboarding Guide
      • Getting started with Nimble's User Dashboard
      • Nimble IP Basics
      • Nimble API Basics
      • Helpful Resources
    • FAQs
      • Account Settings and Security
      • Billing and Pricing
      • Tools and Integrations
      • Nimble API
      • Nimble IP
    • Deprecated APIs
      • E-commerce API
        • E-commerce API Authentication
        • Real-time product request
        • Real-time product search request
        • Delivery methods
        • Batch Processing
        • Endpoints and Response Codes
      • Unlocker Proxy Overview
        • Unlocker Proxy Quick Start Guide
          • Real-time request
          • FAQs
        • Unlocker Proxy FAQ
Powered by GitBook
On this page
  1. General
  2. FAQs

Account Settings and Security

PreviousFAQsNextBilling and Pricing
How can I open a Nimble account?

To open an account, please send us an email at [email protected]

Is there an unlimited bandwidth plan?

While we don’t currently offer an unlimited plan, all of our plans have an auto-recharge option that triggers a new billing cycle if your quota runs out, and ensures your account will run continuously without billing-related limitations.

Optional: If your use case entails special data requirements, contact your account manager / sales at

Does Nimble have a user dashboard?

Yes! We have a full where users can access usage reports and statistics, perform account functions, manage their pipelines, and more!

All of the same functionality and reports are available programmatically through our

Can I check my bandwidth usage in real-time?

Nimble measures bandwidth usage in two ways:

  1. Total bandwidth per pipeline

  2. Daily bandwidth

You can view your total bandwidth usage, usage per pipeline, and view daily reports via the , or using the .

To see your total bandwidth usage per pipeline, send a GET request to the Admin API at this endpoint:

https://api.nimbleway.com/api/v1/account/pipeline

You will receive a list of pipelines, each of which has a property titled “spent_gb” which represents that pipeline’s total bandwidth usage.

To get a daily usage report, send a GET request to:

https://api.nimbleway.com/api/v1/account/reports/daily-usage?fromDate=<startDate>&toDate=<EndDate>

You can also see this report on a pipeline level using: https://api.nimbleway.com/api/v1/account/pipeline/<pipelineName>/reports/daily-usage?fromDate=<startDate>&toDate=<EndDate>

What timezone do Nimble’s reports use?

All of our reports are set to UTC.

How do I manage my Nimble account?

Both our and allow users to view account information, create and manage pipelines, access usage statistics, and more!

How can I see my remaining credits?

To view your account’s remaining credits, send a GET request to https://api.nimbleway.com/api/v1/account/remaining-credits

In the resulting list, your remaining credits will be available under “remaining_budget_usd”.

How do I change my Admin API password?

You can generate a new Admin API password by sending a PUT request to: https://api.nimbleway.com/api/v1/account/users/support%40nimbleway.com/password

For example:

curl -X PUT “https://api.nimbleway.com/api/v1/account/users/<UserName>/password” -H “accept: application/json” -H “Authorization: bearer <token>”

How do pipelines work?

Pipelines are Nimble’s solution for a more streamlined approach to managing business use cases. With pipelines, you can configure default session settings such as target country and IP rotation once, and all requests made through a particular pipeline automatically inherit those parameters. You can always override the default settings by adding the settings parameters to your request.

Pipeline Advantages:

  1. Set your country and IP rotation once.

  2. Monitor performance and statistics per pipeline.

  3. Optimized IP selection according to the pipeline’s session profile and targeted sites.

  4. Set budget caps per pipeline.

  5. Coming soon: permission control per pipeline.

How do I add a new pipeline?

New pipelines can be created through the , or by using the /account/pipelines endpoint of our Admin API. When creating a new pipeline, you can set the name, proxy type, and geotargeting settings of the pipeline (these can always be changed later!).

For a full walkthrough, see our .

[email protected]
User Dashboard
Admin API.
User Dashboard
Admin API
User Dashboard
Admin API
User Dashboard
Admin API Documentation