网页爬虫 API

学习使用 网页爬虫API 抓取任何公共网站。查找代码示例、参数用法、本地化、目标站点等更多内容。

网页爬虫 API 是一个 一体化网页数据采集平台。它覆盖网页爬取的每个阶段,从抓取 URL 和绕过 IP 限制到精确的数据解析并交付到您首选的云存储。从以下来源提取数据: 搜索引擎, 电商网站, 旅行平台,以及 任何其他网站。

入门

创建您的 API 用户凭据:注册免费试用或在 Oxylabs 仪表板 中购买产品以创建您的 API 用户凭据(USERNAMEPASSWORD).

请求示例

下面您会看到示例 cURL 请求。有关其他编程语言的示例,请参阅相关部分: Amazon, Google, 其他网站.

curl 'https://realtime.oxylabs.io/v1/queries' \
--user "USERNAME:PASSWORD" \
-H "Content-Type: application/json" \
-d '{
        "source": "amazon_product",
        "query": "B07FZ8S74R",
        "geo_location": "90210",
        "parse": true
    }'

在我们的示例中,我们使用同步的 Realtime 集成方法。如果您想使用 Proxy Endpoint 或异步的 Push-Pull 集成,请参阅 集成方法 部分。

请求参数值

  1. source - 此参数设置将用于处理您请求的爬虫。

  2. URLquery - 提供用于您要抓取的页面类型的 URLquery 。请参阅下表和相应的目标子页面以获取何时使用每个参数的详细指南。

  3. 可选地,您可以包含额外参数,例如 geo_location, user_agent_type, parse (我们的解析器列表可在 此处), render 等中找到)来自定义您的抓取请求。阅读更多: 功能.

- 必需参数

使用 URL 或参数化输入进行抓取

Oxylabs 支持两类通用输入——URL 和参数化输入,例如查询、产品或视频 ID。 通用目标 如果没有专用源,则可以使用 universal 源进行抓取。

目标
Source (Scraping URL)
Source (Using Query, Product or Video ID)

amazon

amazon_product,

amazon_search,

amazon_pricing,

amazon_sellers,

amazon_bestsellers

google

google_search,

google_ads,

google_ai_mode,

google_lens,

google_maps,

google_travel_hotels,

google_suggest,

google_trends_explore,

google_shopping_product,

google_shopping_search

bing

bing_search

universal

youtube_search,

youtube_search_max,

youtube_video_trainability,

youtube_download,

youtube_transcript,

youtube_subtitles,

youtube_metadata,

youtube_channel,

youtube_autocomplete

universal

chatgpt

universal

perplexity

walmart

walmart_search,

walmart_product

universal

tiktok_shop_search,

tiktok_shop_product

ebay

ebay_search,

ebay_product

etsy

etsy_search,

etsy_product

universal

bestbuy_search,

bestbuy_product

bedbathandbeyond

bedbathandbeyond_search, bedbathandbeyond_product

bodegaaurrera

bodegaaurrera_search, bodegaaurrera_product

instacart

instacart_search, instacart_product

kroger

kroger_search,

kroger_product

lowes

lowes_search,

lowes_product

publix

publix_search, publix_product

target

target_search,

target_product,

target_category

grainger

grainger_search, grainger_product

costco

costco_search,

costco_product

menards

menards_search, menards_product

universal

petco_search

universal

staples_search

universal

allegro_search,

allegro_product

universal

idealo_search

mediamarkt

mediamarkt_search, mediamarkt_product

cdiscount

cdiscount_search, cdiscount_product

alibaba

alibaba_search, alibaba_product

aliexpress

aliexpress_search, aliexpress_product

indiamart

indiamart_search, indiamart_product

universal

avnet_search

lazada

lazada_search, lazada_product

universal

rakuten_search

universal

tokopedia_search

flipkart

flipkart_search, flipkart_product

universal

mercadolibre_search

universal

mercadolivre_search

magazineluiza

magazineluiza_search, magazineluiza_product

falabella

falabella_search, falabella_product

universal

dcard_search

airbnb

airbnb_product

zillow

使用 query 参数不受支持

universal

使用 query 参数不受支持

如果您在发出第一条请求时需要任何帮助,请随时通过 24/7 在线聊天与我们联系。

通过 Scraper APIs Playground 进行测试

尝试 网页爬虫 APIOxyCopilotScraper APIs Playground.

通过 Postman 测试

使用 Postman 快速开始我们的 API,Postman 是一个便捷的 HTTP 请求工具。下载我们的 网页爬虫 API Postman 集合 并导入它。该集合包含演示爬虫功能的示例。根据需要自定义示例或立即开始抓取。

有关逐步说明,请观看下面的视频教程。如果您是 Postman 新手,请查看这份简短的 指南.

此处提供的所有信息均按“原样”提供,仅供参考。对于您使用本页所含任何信息,我们不作任何陈述并否认一切责任。在进行任何形式的抓取活动之前,您应咨询法律顾问并仔细阅读相关网站的服务条款或获得抓取许可。

最后更新于

这有帮助吗?