{"id":28998610,"url":"https://github.com/luminati-io/mobile-proxies","last_synced_at":"2026-02-02T18:06:30.714Z","repository":{"id":275422076,"uuid":"886131743","full_name":"luminati-io/Mobile-Proxies","owner":"luminati-io","description":"Reliable, high-performance mobile proxies with 7M+ IPs for authentic, geo-targeted web scraping on real mobile networks. Try for free!","archived":false,"fork":false,"pushed_at":"2025-02-02T11:52:23.000Z","size":111,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-22T07:02:02.265Z","etag":null,"topics":["mobile-proxies","mobile-proxy","proxies","proxy","scraping","web-scraping"],"latest_commit_sha":null,"homepage":"https://brightdata.com/proxy-types/mobile-proxies","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/luminati-io.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-10T09:35:28.000Z","updated_at":"2025-02-02T11:52:26.000Z","dependencies_parsed_at":"2025-02-02T12:31:08.019Z","dependency_job_id":"58d5857d-0ca9-42b1-8eb2-16bdb30ccaf5","html_url":"https://github.com/luminati-io/Mobile-Proxies","commit_stats":null,"previous_names":["luminati-io/mobile-proxies"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/luminati-io/Mobile-Proxies","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luminati-io%2FMobile-Proxies","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luminati-io%2FMobile-Proxies/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luminati-io%2FMobile-Proxies/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luminati-io%2FMobile-Proxies/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luminati-io","download_url":"https://codeload.github.com/luminati-io/Mobile-Proxies/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luminati-io%2FMobile-Proxies/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261823772,"owners_count":23215150,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mobile-proxies","mobile-proxy","proxies","proxy","scraping","web-scraping"],"created_at":"2025-06-25T07:09:21.707Z","updated_at":"2026-02-02T18:06:30.688Z","avatar_url":"https://github.com/luminati-io.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bright Data Mobile Proxies\n\n[![Promo](https://github.com/luminati-io/Rotating-Residential-Proxies/blob/main/50%25%20off%20promo.png)](https://brightdata.com/proxy-types/mobile-proxies)\n\n## Overview\nAccess the internet as a real mobile user with Bright Data's [mobile proxy network](https://brightdata.com/proxy-types/mobile-proxies), featuring millions of 3G, 4G, and 5G IPs from around the world.\n\n- **7,000,000+ Mobile IPs**\n- **3G/4G/5G mobile IPs**\n- **99.99% Uptime with 24/7 support**\n- **Geo-location targeting (Free)**\n\n## Key Features\n- **Global Reach**: Access mobile IPs across [195 countries](https://brightdata.com/locations).\n- **High Success Rates**: Achieve up to 99.9% success in data collection and testing tasks.\n- **Real Mobile Connections**: Mobile IPs sourced from real devices on genuine networks.\n- **Unlimited Scaling**: Scale with concurrent sessions and high-availability infrastructure.\n- **Carrier-Level Targeting**: Target by specific carriers for in-depth, accurate insights.\n\n## Pricing Plans\n- **Pay As You Go**: $8.4/GB with no monthly commitment.\n- **Monthly Subscriptions**:\n  - **69 GB**: $7.14/GB, $499/month + VAT.\n  - **158 GB**: $6.3/GB, $999/month + VAT.\n  - **339 GB**: $5.88/GB, $1999/month + VAT.\n  - **Enterprise Plans**: Custom pricing and packages available.\n\n[![Promo](https://github.com/luminati-io/LinkedIn-Scraper/blob/main/Proxies%20and%20scrapers%20GitHub%20bonus%20banner.png)](https://brightdata.com/proxy-types/mobile-proxies) \n\n## Getting Started with Mobile Proxies\n1. **Start Free Trial**: No credit card required.\n2. **Integration**: Use APIs or the Bright Data Control Panel to manage IPs and configurations.\n3. **Supported Languages**: Quick start examples provided for Python, Java, C#, Node.js, and Shell.\n\n## Code Examples\n\n### Python\n\n```python\nimport sys\n\n# Replace '[your customerID]', 'mobile', and '[your password]' with your actual Bright Data customer ID, zone, and password\nif sys.version_info[0] == 2:\n    import six\n    from six.moves.urllib import request\n    opener = request.build_opener(\n        request.ProxyHandler(\n            {'http': 'http://brd-customer-[your customerID]-zone-mobile:\"[your password]\"@brd.superproxy.io:22225',\n             'https': 'http://brd-customer-[your customerID]-zone-mobile:\"[your password]\"@brd.superproxy.io:22225'}))\n    print(opener.open('https://geo.brdtest.com/mygeo.json').read())\n\nif sys.version_info[0] == 3:\n    import urllib.request\n    opener = urllib.request.build_opener(\n        urllib.request.ProxyHandler(\n            {'http': 'http://brd-customer-[your customerID]-zone-mobile:\"[your password]\"@brd.superproxy.io:22225',\n             'https': 'http://brd-customer-[your customerID]-zone-mobile:\"[your password]\"@brd.superproxy.io:22225'}))\n    print(opener.open('https://geo.brdtest.com/mygeo.json').read())\n```\n\n### Java\n\n```java\npackage example;\n\nimport org.apache.http.HttpHost;\nimport org.apache.http.client.fluent.*;\n\npublic class Example {\n    public static void main(String[] args) throws Exception {\n        // Replace '[your customerID]' and '[your password]' with your actual credentials\n        HttpHost proxy = new HttpHost(\"brd.superproxy.io\", 22225);\n        String res = Executor.newInstance()\n            .auth(proxy, \"brd-customer-[your customerID]-zone-mobile\", \"[your password]\")\n            .execute(Request.Get(\"https://geo.brdtest.com/mygeo.json\").viaProxy(proxy))\n            .returnContent().asString();\n        System.out.println(res);\n    }\n}\n```\n\n### C#\n\n```c#\nusing System;\nusing System.Net;\n\nclass Example\n{\n    static void Main()\n    {\n        // Replace '[your customerID]' and '[your password]' with your actual credentials\n        var client = new WebClient();\n        client.Proxy = new WebProxy(\"brd.superproxy.io:22225\");\n        client.Proxy.Credentials = new NetworkCredential(\"brd-customer-[your customerID]-zone-mobile\", \"[your password]\");\n        Console.WriteLine(client.DownloadString(\"https://geo.brdtest.com/mygeo.json\"));\n    }\n}\n```\n\n### Node.js\n\n```node.js\nrequire('request-promise')({\n    url: 'https://geo.brdtest.com/mygeo.json',\n    proxy: 'http://brd-customer-[your customerID]-zone-mobile:\"[your password]\"@brd.superproxy.io:22225',\n})\n.then(function(data){ console.log(data); },\n    function(err){ console.error(err); });\n```\n\n### Shell \n\n```shell\n# Replace '[your customerID]' and '[your password]' with your actual credentials\ncurl --proxy brd.superproxy.io:22225 --proxy-user brd-customer-[your customerID]-zone-mobile:[your password] -k \"https://geo.brdtest.com/mygeo.json\"\n```\n\n## Integrations\nOur mobile proxies integrate seamlessly with popular tools and frameworks:\n\n- [**Puppeteer**](https://brightdata.com/integration/puppeteer)\n- [**Selenium**](https://brightdata.com/integration/selenium)\n- [**Playwright**](https://brightdata.com/integration/playwright)\n- [**AdsPower**](https://brightdata.com/integration/adspower)\n- [**MultiLogin**](https://brightdata.com/integration/multilogin)\n\n## Use Cases\nCommon applications for mobile proxies:\n\n- [**eCommerce**](https://brightdata.com/use-cases/ecommerce): Track pricing and product availability.\n- [**Social Media**](https://brightdata.com/use-cases/social-media-for-marketing): Monitor trends and engagement.\n- [**Real Estate**](https://brightdata.com/use-cases/real-estate): Collect data on property listings.\n- [**Travel**](https://brightdata.com/use-cases/travel): Compare travel deals across locations.\n\n## FAQ\n\n### What is a Mobile Proxy?\nA mobile proxy routes traffic through mobile IPs provided by real carriers, allowing access to the internet from mobile networks.\n\n### What are Mobile Proxies used for?\nMobile proxies are commonly used for ad verification, mobile app testing, location-based data collection, social media monitoring, and a lot more.\n\n### Why use a Mobile Proxy?\nMobile proxies offer high anonymity and are less likely to be detected, providing access to mobile network data as seen by real users.\n\n### Do you offer 5G Mobile Proxies?\nYes, Bright Data offers fast and secure 5G mobile proxies.\n\n### Which mobile carrier IPs can I choose?\nWe offer IPs from a range of popular carriers, including [AT\u0026T](https://brightdata.com/solutions/att-proxy), [T-Mobile](https://brightdata.com/solutions/t-mobile-proxy), [Verizon](https://brightdata.com/solutions/verizon-proxy), and many others worldwide.\n\n### Are mobile proxies legal?\nYes, Bright Data's mobile proxies comply with all relevant laws, including GDPR and CCPA, ensuring privacy and legal usage.\n\n### Do you offer USA mobile proxies?\nYes, we provide mobile proxies in the USA and globally, including major carrier IPs like AT\u0026T and T-Mobile.\n\n### Can I choose mobile IPs by country and city?\nYes, Bright Data’s mobile proxy network allows targeting by specific countries and cities.\n\n### How does Bright Data acquire its Mobile Proxies?\nBright Data partners with app developers, who integrate our SDK, allowing users to opt in to share their mobile IPs in exchange for benefits such as ad-free experiences or app upgrades.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluminati-io%2Fmobile-proxies","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluminati-io%2Fmobile-proxies","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluminati-io%2Fmobile-proxies/lists"}