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
  • Setting Up an IP Pipeline
  • Sending Your First Proxy Request
  • Next Steps
  1. General
  2. Onboarding Guide

Nimble IP Basics

PreviousGetting started with Nimble's User DashboardNextNimble API Basics

Welcome to Nimble IP - our modern, high-performance proxy network! Nimble IP works using a Backconnect Gateway - a managed, single point of access - that you connect to using a standard proxy syntax. If you've never used proxies before, don't worry! By the end of this guide, you'll have sent your first request.

Setting Up an IP Pipeline

By default, you account will come with an out-of-the-box IP pipeline. If you prefer to keep things simple, feel free to skip this step and just use that pipeline. However, as your usage expands, pipelines will become more and more useful in organizing, compartmentalizing, and tracking your activity.

To create a new pipeline, follow these steps:

  1. Log in to the User Dashboard.

  2. Go to the "Pipelines" page.

  3. Click "+ Add Pipeline" on the right side of the page.

  4. Enter a name for the pipeline, and select "Nimble IP" as the pipeline type in order to use it for proxy requests, then click "Next".

  5. Select an Optimization Engine profile. Nimble's AI Optimization Engine will automatically provide IPs that are most suitable to your selected use case.

  6. Set your IP Rotation, Sticky session, and geotargeting settings. You can always change any of these settings later, so feel free to leave them as-is for your first pipeline.

That's all! You've created your first pipeline, and you'll be immediately directed to the new Pipeline's overview page. The Pipeline's username, password, server, and port will be displayed at the top of the page.

Sending Your First Proxy Request

Whether you chose to create a new pipeline or use the default IP pipeline that came from your account, you're now ready to send your first request.

Let’s breakdown a basic cURL request:

curl -x http://:@: https://ipinfo.io
  • account-accountName-pipeline-pipelineName - the username of an IP pipeline of your choice. You can find the username at the top of the pipeline's overview page.

  • pipelinePassword - the password of an IP pipeline of your choice. You can find the password at the top of the pipeline's overview page.

  • ip.nimbleway.com - Nimble IP Backconnect gateway address.

  • 7000 Nimble IP port.

That's it! You're now ready to send your first request.

Next Steps

Geolocation Targeting: Dive deeper into setting up precise geolocation targeting to enhance your data collection accuracy.

Session Management: Understand how to control and manage sessions effectively for persistent connections.

Customize your Pipelines: Each Pipeline is fully configurable with customized rotation, geolocation, and budget cap settings.

Reporting & Analytics: Generate custom reports, compare usage over time, and get insight into your activity.

Learn More ->
Explore Sessions ->
Learn More ->
Show me how ->