想通过 Bright Data API 搜刮数据?我们为常用编程语言制作了一些代码示例,您可以通过这些代码轻松了解如何使用 Bright Data proxy API。
Luminati 代理应用程序接口
用于浏览器或软件、
在机器人、爬虫或其他软件中使用以下设置、
- 代理: zproxy.lum-superproxy.io
- 港口 22225
- 用户: lum-customer-Your_username- Your_zonesetting
- 密码 0您的密码0
外壳
卷曲 --代理 zproxy.lum-superproxy.io:22225 --代理用户 lum-customer-Your_username- Your_zonesetting:0Yourpasswords0 "http://lumtest.com/myip.json"
Node.js
#!/usr/bin/env node require('request-promise')({ url:http://lumtest.com/myip.json'、 proxy: 'http://lum-customer-Your_username- Your_zonesetting:[email protected]:22225'、 }) .then(function(data){ console.log(data); }、 function(err){ console.error(err); }); Java 软件包示例; import org.apache.http.HttpHost; import org.apache.http.client.fluent.*; 公共类 示例 { public static void main(String[] args) throws Exception { System.out.println("To enable your free eval account and get " +"CUSTOMER、YOURZONE 和 YOURPASS,请联系" +"[email protected]"); HttpHost proxy = new HttpHost("zproxy.lum-superproxy.io", 22225); 字符串 res = Executor.newInstance() .auth(proxy, "lum-customer-Your_username- Your_zonesetting", "0Yourpasswords0") .execute(Request.Get("http://lumtest.com/myip.json").viaProxy(proxy)) .returnContent().asString(); System.out.println(res); } }
C#
使用 System.Net 使用 System.Net; 类 示例 { static void Main() { Console.WriteLine("To enable your free eval account and get CUSTOMER, " +"YOURZONE 和 YOURPASS,请联系 [email protected]"); var client = new WebClient(); client.Proxy = new WebProxy("zproxy.lum-superproxy.io:22225"); client.Proxy.Credentials = new NetworkCredential("lum-customer-Your_username- Your_zonesetting", "0Yourpasswords0"); Console.WriteLine(client.DownloadString("http://lumtest.com/myip.json")); } }
VB
导入 System.Net 模块 Module1 子程序 Main() Console.WriteLine("To enable your free eval account and get " & "CUSTOMER、YOURZONE 和 YOURPASS,请联系 " & "[email protected]") Dim Client As New WebClient Client.Proxy = New WebProxy("http://zproxy.lum-superproxy.io:22225") Client.Proxy.Credentials = New NetworkCredential("lum-customer-Your_username- Your_zonesetting", "0Yourpasswords0") Console.WriteLine(Client.DownloadString("http://lumtest.com/myip.json")) 结束子 结束模块
PHP
<?php echo 'To enable your free eval account and get CUSTOMER, YOURZONE and ' .'YOURPASS, please contact [email protected]'; $curl = curl_init('http://lumtest.com/myip.json'); curl_setopt($curl, CURLOPT_PROXY, 'http://zproxy.lum-superproxy.io:22225'); curl_setopt($curl, CURLOPT_PROXYUSERPWD, 'lum-customer-Your_username- Your_zonesetting:0Yourpasswords0'); curl_exec($curl); ?>
Python
#!/usr/bin/env python print('If you get error "ImportError:No module named \'six\'" install six:\n'+\ '$ sudo pip install six'); print('To enable your free eval account and get CUSTOMER, YOURZONE and ' +\ 'YOURPASS, please contact me. 'YOURPASS,请联系 [email protected]') 导入 sys if sys.version_info[0]==2: 导入 six from six.moves.urllib import request opener = request.build_opener( request.ProxyHandler( {'http':http://lum-customer-Your_username- Your_zonesetting:[email protected]:22225'、 https': 'http://lum-customer-Your_username- Your_zonesetting:[email protected]:22225'})) print(opener.open('http://lumtest.com/myip.json').read()) 如果 sys.version_info[0]==3: 导入 urllib.request opener = urllib.request.build_opener( urllib.request.ProxyHandler( {'http':http://lum-customer-Your_username- Your_zonesetting:[email protected]:22225'、 https': 'http://lum-customer-Your_username- Your_zonesetting:[email protected]:22225'})) print(opener.open('http://lumtest.com/myip.json').read())
红宝石
#!/usr/bin/ruby require 'uri require 'net/http' 需要 "net/https 写入 "要启用免费评估账户并获得 CUSTOMER、YOURZONE 和 YOURPASS,请联系 [email protected] uri = URI.parse('http://lumtest.com/myip.json') proxy = Net::HTTP::Proxy('zproxy.lum-superproxy.io', 22225, 'lum-customer-Your_username- Your_zonesetting', '0Yourpasswords0') req = Net::HTTP::Get.new(uri.path) result = proxy.start(uri.host,uri.port, :use_ssl => uri.scheme == 'https') do |http| http.request(req) 结束 puts result.body
Perl
#!/usr/bin/perl print '要启用免费评估账户并获取 CUSTOMER、YOURZONE 和 ' 'YOURPASS,请联系 [email protected]'; 使用 LWP::UserAgent; my $agent = LWP::UserAgent->new(); $agent->proxy(['http', 'https'], "http://lum-customer-Your_username- Your_zonesetting:0Yourpasswords0\@zproxy.lum-superproxy.io:22225"); print $agent->get('http://lumtest.com/myip.json')->content();
搜索引擎爬虫 API
谷歌搜索爬虫 API
搜索
本地化
curl -v --compressed --proxy zproxy.lum-superproxy.io:22225 --proxy-user lum-customer-username-zone:PASSWORD "http://www.google.com/search?q=pizza&gl=us"
curl -v --compressed --proxy zproxy.lum-superproxy.io:22225 --proxy-user lum-customer-username-zone:PASSWORD "http://www.google.com/search?q=pizza&hl=us"
搜索类型
tbm=isch - 图像
tbm=shop - 购物
[%nws] - 新闻
curl -v --compressed --proxy zproxy.lum-superproxy.io:22225 --proxy-user lum-customer-username-zone:PASSWORD "http://www.google.com/search?q=pizza&tbm=shop"
ibp=htl;jobs - 工作机会
curl -v --compressed --proxy zproxy.lum-superproxy.io:22225 --proxy-user lum-customer-username-zone-ZONE:PASSWORD "http://www.google.com/search?q=pizza&ibp=htl%3Bjobs"
分页
start=0 (默认)- 第一页结果
start=10 - 第二页结果
开始=20 - 第三页结果等。
curl -v --compressed --proxy zproxy.lum-superproxy.io:22225 --proxy-user lum-customer-username-zone:PASSWORD "http://www.google.com/search?q=pizza&start=10"
num=10 (默认)返回 10 个结果
num=30 返回 30 个结果,等等。
curl -v --compressed --proxy zproxy.lum-superproxy.io:22225 --proxy-user lum-customer-username-zone:PASSWORD "http://www.google.com/search?q=pizza&num=100"
地理位置
curl -v --compressed --proxy zproxy.lum-superproxy.io:22225 --proxy-user lum-customer-username-zone-ZONE:PASSWORD "http://www.google.com/search?q=pizza&uule=w+CAIQICINVW5pdGVkK1N0YXRlcw"
设备和输出格式
默认或 lum_mobile=0 将提供随机桌面用户代理,而 lum_mobile=1 将提供随机的移动用户代理
卷曲 -v --compressed --proxy zproxy.lum-superproxy.io:22225 --proxy-user lum-customer-username-zone-ZONE:PA
lum_json=1 - 以 JSON 格式返回结果
lum_json=html - 返回带有包含原始 HTML 的 "html "字段的 JSON 文件
lum_json=hotel - 提出额外请求以检索酒店价格
lum_json=hotel,html - 用逗号分隔的两个值可以合并
curl -v --compressed --proxy zproxy.lum-superproxy.io:22225 --proxy-user lum-customer-username-zone:PASSWORD "http://www.google.com/search?q=pizza&lum_json=1"
按图片搜索
默认 - 如果谷歌无法下载图片,则下载后发布
下载=1 - 强制下载并张贴图像
下载=0 - 带图像 URL 的常规 GET 请求
curl -v --compressed --proxy zproxy.lum-superproxy.io:22225 --proxy-user lum-customer-username-zone-ZONE:PASSWORD "http://www.google.com/searchbyimage?image_url=https%3A%2F%2Flive.staticflickr.com%2F213%2F491726079_4f46636859_w.jpg&download=1"
多项请求
multi=[{"keyword": "pizza", "num":20},{"keyword": "pizza", "num":100}]. - 不同参数的同一关键词
multi=[{"关键字": "披萨"},{"关键字": "汉堡"}] - 不同的关键词
curl -v -compressed "https://brightdata.com/api/serp/req" -H "Content-Type: application/json" -H "Authorization:Bearer API_TOKEN" -d "{\"country\":\"us\",\"multi\":[{\"keyword\":\"pizza\",\"num\":20},{\"keyword\":\"pizza\",\"num\":100}]}"
异步请求
要启动请求,请执行
RESPONSE_ID=`curl -i --silent -compressed "https://brightdata.com/api/serp/req?customer=username&zone=ZONE" -H "Content-Type: application/json" -H "Authorization:Bearer " -d "{\"query\":{\"q\":\"pizza\"},\"country\":\"us\"}"| sed -En 's/^x-response-id: (.*)//p' | tr -d '\r'`
x-response-id "头将包含请求的 ID,以便在下一次请求中使用它来获取结果
curl -v --compressed "https://brightdata.com/api/serp/get_result?customer=username&zone=ZONE&response_id=${RESPONSE_ID}" -H "Authorization:Bearer "
您可以在以下页面调整区段异步设置 分区页面.
可选设置:
结果寿命(天数) - 结果保存天数
网络钩子 URL - 交付成果
网络钩子请求方法 - 用于传送响应的 HTTP 方法,GET 或 POST 可选
解析模式
GET /api/serp/google/parsing_schema
要获取模式,请执行
curl --compressed "https://brightdata.com/api/serp/google/parsing_schema" -H "Authorization:Bearer API_TOKEN"
地图
本地化
curl -v --compressed --proxy zproxy.lum-superproxy.io:22225 --proxy-user lum-customer-username-zone:PASSWORD "http://www.google.com/maps/search/restaurants+new+york/?gl=us"
curl -v --compressed --proxy zproxy.lum-superproxy.io:22225 --proxy-user lum-customer-username-zone:PASSWORD "http://www.google.com/maps/search/restaurants+new+york/?hl=en"
分页
start=0 (默认)- 第一页结果
开始=20 - 第二页结果
start=40 - 第三页结果等。
curl -v --compressed --proxy zproxy.lum-superproxy.io:22225 --proxy-user lum-customer-username-zone-ZONE:PASSWORD "http://www.google.com/maps/search/restaurants+new+york/?start=20"
num=40 (默认)返回 40 个结果
num=50 返回 50 个结果,等等。
curl -v --compressed --proxy zproxy.lum-superproxy.io:22225 --proxy-user lum-customer-username-zone-ZONE:PASSWORD "http://www.google.com/maps/search/restaurants+new+york/?num=40"
输出格式
lum_json=1 - 以 JSON 格式返回结果
curl -v --compressed --proxy zproxy.lum-superproxy.io:22225 --proxy-user lum-customer-username-zone-ZONE:PASSWORD "http://www.google.com/maps/search/restaurants+new+york/?lum_json=1"
发展趋势
地理
地理 感兴趣的地点,双字母国家代码
curl -v --compressed --proxy zproxy.lum-superproxy.io:22225 --proxy-user lum-customer-username-zone:PASSWORD "http://trends.google.com/trends/explore?q=pizza&geo=us"
本地化
curl -v --compressed --proxy zproxy.lum-superproxy.io:22225 --proxy-user lum-customer-username-zone:PASSWORD "http://trends.google.com/trends/explore?q=pizza&hl=de"
时间范围
现为 1-H - 过去一小时
现在是4-H - 过去 4 小时
现为一维 - 过去的一天
现在7d - 过去 7 天
今天 1-m - 过去 30 天
今天 3-m - 过去 90 天
今天 12-m - 过去 12 个月
今天 5-y - 过去 5 年
2020-07-01 2020-12-31 - 自定义日期范围
卷曲 -v --compressed --proxy zproxy.lum-
您可以找到所有类别的列表 这里.
卷曲 -v --compressed --proxy zproxy.lum-superproxy.io:22225 --proxy-user lum-customer-username-zone-ZONE:PASSWORD "http:/
可能的值是 图像, 新闻, 购物车, 视频
卷曲 -v --compressed --proxy zproxy.lum-superproxy.io:22225 --proxy-user lum-customer-username-zone-ZONE:PASSWORD "http
要启动请求,请执行
响应标识=`卷曲 -i --静音 --压缩 "https://brightdata.com/api/serp/trends?customer=username&zone=ZONE" -H "内容类型:应用程序/json" -H "授权:Bearer " -d "{\"询问\":{\"q\":\"比萨饼\"},\"国家\":\"我们\"}" | 欙腓 -更多 's/^x-response-id: (.*)//p' | 三 -d '\r'`
x-response-id "头将包含请求的 ID,以便在下一次请求中使用它来获取结果
卷曲 -v-压缩 "https://brightdata.com/api/serp/get_result?customer=username&zone=ZONE&output=json&response_id=${response_id}" -H "授权:Bearer "
您可以在以下页面调整区段异步设置 分区页面.
可选设置:
结果寿命(天数) - 结果保存天数
网络钩子 URL - 交付成果
网络钩子请求方法 - 用于传送响应的 HTTP 方法,GET 或 POST 可选
评论
fid 参数可在谷歌搜索响应的 knowledge.fid 字段中找到。
For example: http://www.google.com/search?q=hilton%20new%20york%20midtown
卷曲 -v --compressed --proxy zproxy.lum-superproxy.io:22225 --proxy-user lum-customer-username-zone-ZONE:PASSWORD "http://www.google.com/reviews?fid=0x808fba02425dad8f%3A0x6c296c66619367e0"
本地化
卷曲 -v --compressed --proxy zproxy.lum-superproxy.io:22225 --proxy-user lum-customer-username-zone-ZONE:PASSWORD "http://www.google.com/reviews?hl=de&fid=0x808fba02425dad8f%3A0x6c296c66619367e0"
排序和筛选
sort=newestFirst - 最新第一
排序=评分高 - 最高分优先
排序=评分低 - 最低评级优先
卷曲 -v --compressed --proxy zproxy.lum-superproxy.io:22225 --proxy-user lum-customer-username-zone-ZONE:PASSWORD "http://www.google.com/reviews?fid=0x808fba02425dad8f%3A0x6c296c66619367e0&sort=newestFirst"
过滤器=真棒 - 搜索包含 "真棒 "一词的评论
卷曲 -v --compressed --proxy zproxy.lum-superproxy.io:22225 --proxy-user lum-customer-username-zone-ZONE:PASSWORD "http://www.google.com/reviews?filter=awesome&fid=0x808fba02425dad8f%3A0x6c296c66619367e0"
分页
start=0 (默认)- 第一页结果
start=10 - 第二页结果
开始=20 - 第三页结果等。
卷曲 -v --compressed --proxy zproxy.lum-superproxy.io:22225 --proxy-user lum-customer-username-zone-ZONE:PASSWORD "http://www.google.com/reviews?start=10&fid=0x808fba02425dad8f%3A0x6c296c66619367e0"
异步请求
要启动请求,请执行
响应标识=`卷曲 -i --静音 --压缩 "https://brightdata.com/api/serp/reviews?customer=username&zone=ZONE" -H "内容类型:应用程序/json" -H "授权:Bearer " -d "{\"询问\":{\"我\":\"0x808fba02425dad8f:0x6c296c66619367e0\"},\"国家\":\"我们\"}" | 欙腓 -更多 's/^x-response-id: (.*)//p' | 三 -d '\r'`
x-response-id "头将包含请求的 ID,以便在下一次请求中使用它来获取结果
卷曲 -v-压缩 "https://brightdata.com/api/serp/get_result?customer=username&zone=ZONE&response_id=${response_id}" -H "授权:Bearer "
您可以在以下页面调整区段异步设置 分区页面.
可选设置:
结果寿命(天数) - 结果保存天数
网络钩子 URL - 交付成果
网络钩子请求方法 - 用于传送响应的 HTTP 方法,GET 或 POST 可选
必应搜索爬虫 API
卷曲 -v --compressed --proxy zproxy.lum-superproxy.io:22225 --proxy-user lum-customer-username-zone-ZONE:PASSWORD "http://www.bing.com/search?q=pizza&cc=us"
地理位置
纬度 和 长 还必须指定参数
卷曲 -v --compressed --proxy zproxy.lum-superproxy.io:22225 --proxy-user lum-customer-username-zone-ZONE:PASSWORD "http://www.bing.com/search?q=pizza&location=New+York%2C+New+York%2C+United+States&lat=40.7001958&lon=-74.1087142"
卷曲 -v --compressed --proxy zproxy.lum-superproxy.io:22225 --proxy-user lum-customer-username-zone-ZONE:PASSWORD "http://www.bing.com/search?q=pizza&lat=40.7001958&lon=-74.1087142"
卷曲 -v --compressed --proxy zproxy.lum-superproxy.io:22225 --proxy-user lum-customer-username-zone-ZONE:PASSWORD "http://www.bing.com/search?q=pizza&lat=40.7001958&lon=-74.1087142"
卷曲 -v --compressed --proxy zproxy.lum-superproxy.io:22225 --proxy-user lum-customer-username-zone-ZONE:PASSWORD "http://www.bing.com/search?q=pizza&mkt=en-US"
分页
first=1 (默认)- 第一页结果
first=11 - 第二页结果
first=21 - 第三页结果等。
卷曲 -v --compressed --proxy zproxy.lum-superproxy.io:22225 --proxy-user lum-customer-username-zone-ZONE:PASSWORD "http://www.bing.com/search?q=pizza&first=11"
count=10 (默认)返回 10 个结果
count=30 返回 30 个结果,等等。
卷曲 -v --compressed --proxy zproxy.lum-superproxy.io:22225 --proxy-user lum-customer-username-zone-ZONE:PASSWORD "http://www.bing.com/search?q=pizza&num=20"
设备和输出格式
默认或 lum_mobile=0 将提供随机桌面用户代理,而 lum_mobile=1 将提供随机的移动用户代理
卷曲 -v --compressed --proxy zproxy.lum-superproxy.io:22225 --proxy-user lum-customer-username-zone-ZONE:PASSWORD "http://www.bing.com/search?q=pizza&lum_mobile=1"
lum_json=1 - 以 JSON 格式返回结果
lum_json=html - 返回带有包含原始 HTML 的 "html "字段的 JSON 文件
lum_json=hotel - 提出额外请求以检索酒店价格
lum_json=hotel,html - 用逗号分隔的两个值可以合并
卷曲 -v --compressed --proxy zproxy.lum-superproxy.io:22225 --proxy-user lum-customer-username-zone-ZONE:PASSWORD "http://www.bing.com/search?q=pizza&lum_json=1"
异步请求
要启动请求,请执行
响应标识=`卷曲 -i --静音 --压缩 "https://brightdata.com/api/serp/bing/search?customer=username&zone=ZONE" -H "内容类型:应用程序/json" -H "授权:Bearer " -d "{\"询问\":{\"q\":\"比萨饼\"},\"国家\":\"我们\"}" | 欙腓 -更多 's/^x-response-id: (.*)//p' | 三 -d '\r'`
卷曲 -v-压缩 "https://brightdata.com/api/serp/get_result?customer=username&zone=ZONE&response_id=${response_id}" -H "授权:Bearer "
可选设置:
结果寿命(天数) - 结果保存天数
网络钩子 URL - 交付成果
网络钩子请求方法 - 用于传送响应的 HTTP 方法,GET 或 POST 可选
解析模式
GET /api/serp/bing/parsing_schema
要获取模式,请执行
卷曲 --压缩 "https://brightdata.com/api/serp/bing/parsing_schema" -H "授权:Bearer API_TOKEN"
Yandex 搜索爬虫 API
2 - 圣彼得堡
84 - 美国
95 - 加拿大
134 - 中国
卷曲 -v --compressed --proxy zproxy.lum-superproxy.io:22225 --proxy-user lum-customer-username-zone-ZONE:PASSWORD "https://www.yandex.com/search/?text=pizza&lr=84"
卷曲 -v --compressed --proxy zproxy.lum-superproxy.io:22225 --proxy-user lum-customer-username-zone-ZONE:PASSWORD "https://www.yandex.com/search/?text=pizza&lang=en"
分页
p=1 (默认)- 第一页结果
p=2 - 第二页结果
p=4 - 第四页结果等。
卷曲 -v --compressed --proxy zproxy.lum-superproxy.io:22225 --proxy-user lum-customer-username-zone-ZONE:PASSWORD "https://www.yandex.com/search/?text=pizza&p=1"
取值 10, 20, 30和 10.使用这些值以外的数字时,如果小于 50时,四舍五入到最接近的数字。当使用超过 50四舍五入为 50 发生。
卷曲 -v --compressed --proxy zproxy.lum-superproxy.io:22225 --proxy-user lum-customer-username-zone-ZONE:PASSWORD "https://www.yandex.com/search/?text=pizza&numdoc=10"
时间范围
2 - 过去一个月
3 - 过去 3 个月
4 - 过去 6 个月
5 - 过去一年
6 - 过去两年
7 - 过去的一天
77 - 过去 24 小时
8 - 过去 3 天
9 - 过去一周
卷曲 -v --compressed --proxy zproxy.lum-superproxy.io:22225 --proxy-user lum-customer-username-zone-ZONE:PASSWORD "https://www.yandex.com/search/?text=pizza&within=1"
from_date_full=12.12.2020 - 起始日期
卷曲 -v --compressed --proxy zproxy.lum-superproxy.io:22225 --proxy-user lum-customer-username-zone-ZONE:PASSWORD "https://www.yandex.com/search/?text=pizza&from_date_full=12.12.2020"
to_date_full=01.01.2021 - 搜索结束日期
卷曲 -v --compressed --proxy zproxy.lum-superproxy.io:22225 --proxy-user lum-customer-username-zone-ZONE:PASSWORD "https://www.yandex.com/search/?text=pizza&to_date_full=01.01.2021"
设备和输出格式
默认或 lum_mobile=0 将提供随机桌面用户代理,而 lum_mobile=1 将提供随机的移动用户代理
卷曲 -v --compressed --proxy zproxy.lum-superproxy.io:22225 --proxy-user lum-customer-username-zone-ZONE:PASSWORD "https://www.yandex.com/search/?lum_mobile=1&text=pizza"
异步请求
要启动请求,请执行
响应标识=`卷曲 -i --静音 --压缩 "https://brightdata.com/api/serp/yandex/search?customer=username&zone=ZONE" -H "内容类型:应用程序/json" -H "授权:Bearer " -d "{\"询问\":{\"文本\":\"比萨饼\"},\"国家\":\"我们\"}" | 欙腓 -更多 's/^x-response-id: (.*)//p' | 三 -d '\r'`
x-response-id "头将包含请求的 ID,以便在下一次请求中使用它来获取结果
卷曲 -v-压缩 "https://brightdata.com/api/serp/get_result?customer=username&zone=ZONE&response_id=${response_id}" -H "授权:Bearer "
您可以在以下页面调整区段异步设置 分区页面.
可选设置:
结果寿命(天数) - 结果保存天数
网络钩子 URL - 交付成果
网络钩子请求方法 - 用于传送响应的 HTTP 方法,GET 或 POST 可选
DuckDuckGo 搜索爬虫 API
卷曲 -v --compressed --proxy zproxy.lum-superproxy.io:22225 --proxy-user lum-customer-username-zone-ZONE:PASSWORD "https://duckduckgo.com/?q=pizza&kl=us-en"
安全搜索
1 - 打开安全搜索
3 - 关闭安全搜索
卷曲 -v --compressed --proxy zproxy.lum-superproxy.io:22225 --proxy-user lum-customer-username-zone-ZONE:PASSWORD "https://duckduckgo.com/?q=pizza&kp=1"
时间范围
w - 过去一个月
m - 过去 3 个月
w - 过去 6 个月
卷曲 -v --compressed --proxy zproxy.lum-superproxy.io:22225 --proxy-user lum-customer-username-zone-ZONE:PASSWORD "https://duckduckgo.com/?q=pizza&df=d"
设备和输出格式
默认或 lum_mobile=0 将提供随机桌面用户代理,而 lum_mobile=1 将提供随机的移动用户代理
卷曲 -v --compressed --proxy zproxy.lum-superproxy.io:22225 --proxy-user lum-customer-username-zone-ZONE:PASSWORD "https://duckduckgo.com/?q=pizza&lum_mobile=1"
异步请求
要启动请求,请执行
响应标识=`卷曲 -i --静音 --压缩 "https://brightdata.com/api/serp/duckduckgo/search?customer=username&zone=ZONE" -H "内容类型:应用程序/json" -H "授权:Bearer " -d "{\"询问\":{\"q\":\"比萨饼\"},\"国家\":\"我们\"}" | 欙腓 -更多 's/^x-response-id: (.*)//p' | 三 -d '\r'`
x-response-id "头将包含请求的 ID,以便在下一次请求中使用它来获取结果
卷曲 -v-压缩 "https://brightdata.com/api/serp/get_result?customer=username&zone=ZONE&response_id=${response_id}" -H "授权:Bearer "
您可以在以下页面调整区段异步设置 分区页面.
可选设置:
结果寿命(天数) - 结果保存天数
网络钩子 URL - 交付成果
网络钩子请求方法 - 用于传送响应的 HTTP 方法,GET 或 POST 可选
资源
免责声明:这部分内容主要来自商家。如果商家不希望在我的网站上显示,请 联系我们 删除您的内容。
最后更新于 10 月 10, 2024