- 代理
- Proxy Manager
- Web Unlocker & SERP API
- Web Scraper IDE API
- Scraping Shield
- 账户管理 API
- POST添加区域
- POST建立域名白名单/黑名单
- POST将 IP 列入黑名单
- POST建立 IP 白名单
- POST添加静态 IP
- POST在区域间迁移静态 IP
- POST刷新专用住宅 IP
- POST刷新静态 IP(数据中心/ISP)
- PUT更改账户状态
- GET账户状态
- GET活动区域
- GET可用的 IP/区域
- GET数据中心和 ISP 的可用 IP 数量
- Get Available Countries
- GET获取国家/地区城市
- GET获取当前服务状态
- GET列出所有国家/地区的可用城市(静态网络)
- GET最近尝试使用您的区域的 IP
- GET可用数据中心和 ISP IP/区域
- GET区域的带宽统计信息
- GET所有区域的带宽统计信息
- GET区域总成本和带宽
- GET区域黑名单 IP 列表
- GET特定区域的白名单 IP 列表
- GET静态区域的实时状态
- GET总余额
- GET区域信息
- GET区域密码
- GET区域权限
- GET区域统计信息
- GET区域状态
- Get proxies pending replacement
- DEL移除专用住宅 IP
- DEL从区域白名单/黑名单中移除域名
- DEL从区域黑名单中移除 IP
- DEL从区域白名单中移除 IP
- DEL移除静态 IP(数据中心/ISP)
- DEL移除区域
- POST切换 100% 正常运行时间
- POST开启/关闭区域
- POST
- 市场数据集 API
数据中心和 ISP 的可用 IP 数量
请将 API 令牌粘贴到“授权”字段。 如需获取令牌,请创建账户并了解如何生成令牌
- 当前区域计划中可用的 IP:
curl "https://api.brightdata.com/count_available_ips?zone=ZONE" -H "Authorization: Bearer API_TOKEN"
- 抽象计划,专用 IP:
curl "https://api.brightdata.com/count_available_ips?plan=\{\"ips_type\":\"dedicated\"\}" -H "Authorization: Bearer API_TOKEN"
- 抽象计划,共享 IP 位于美国:
curl "https://api.brightdata.com/count_available_ips?plan=\{\"country\":\"us\",\"ips_type\":\"shared\"\}" -H "Authorization: Bearer API_TOKEN"
- 抽象计划,专用 IP 位于美国:
curl "https://api.brightdata.com/count_available_ips?plan=\{\"country\":\"us\",\"ips_type\":\"dedicated\"\}" -H "Authorization: Bearer API_TOKEN"
- 抽象计划,共享 IP 位于美国丹佛:
curl "https://api.brightdata.com/count_available_ips?plan=\{\"ips_type\":\"shared\",\"country_city\":\"us-denver\",\"city\":true\}" -H "Authorization: Bearer API_TOKEN"
- 抽象计划,共享 IP 位于美国,仅适用于以下域名:amazon.com 和 fb.com:
curl "https://api.brightdata.com/count_available_ips?plan=\{\"ips_type\":\"selective\",\"country\":\"us\",\"domain_whitelist\":\"amazon.com%20fb.com\"\}" -H "Authorization: Bearer API_TOKEN"
- 抽象计划,共享 IP 位于美国,地理位置 IP 数据库:需同时存储在
maxmind
和dbip
中:
curl "https://api.brightdata.com/count_available_ips?plan=\{\"ips_type\":\"shared\",\"country\":\"us\",\"geo_db\":\{\"maxmind\":true,\"dbip\":true\}\}" -H "Authorization: Bearer API_TOKEN"
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
name of the Zone
required with country_city
parameter
IPs location country
defines the city location of the IPs
Space separated list of domains
Note: for curl
the spaces should be urlencoded : d1.com%20d2.com
turns on/off using of the IP`s location databases
use DB-IP IP location DB
use Google IP location DB
use IP2Location IP location DB
use ip.cn IP location DB
use MaxMind IP location DB
type of IPs.
shared
: For shared
selective
: For selective
dedicated
: For dedicated
use in case you want to get the amount of ISP IPs available, the default amount for that API endpoint is data center peer IPs.
Response
The response is of type object
.
此页面对您有帮助吗?