Documentation has been updated: see help center and changelog in one place.

Lowe's

了解如何使用 Web Scraper API 获取 Lowe's 的网页数据,并了解所有支持的 Lowe's 来源。

使用 网页爬虫API,您可以抓取和解析各种类型的 Lowe's 页面;下面是所有受支持爬虫及其相应 source 值的概述。

来源
说明
专用解析器

lowes_search

搜索页面 用于您选择的搜索词。

编号。

lowes_product

商品页面 用于您选择的商品 ID。

编号。

lowes

提交任何您喜欢的 The Home Depot 或 Lowe's 的网址。

编号。

快速开始

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

请求示例

curl 'https://realtime.oxylabs.io/v1/queries' \
--user 'USERNAME:PASSWORD' \
-H 'Content-Type: application/json' \
-d '{
        "source": "lowes_search",
        "query": "iphone",
        "store_id": 2752,
        "free_delivery": true,
        "delivery_zip": "22313",
        "render": "html"
    }'

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

可选地,您可以包含其他参数,例如 user_agent_type, parse, render 以及更多可用于自定义您的爬取请求。阅读更多:

功能

最后更新于

这有帮助吗?