#
# # # # #

ウェブサイトの URL とコンテンツ スクレイパー API

API:Scraper

ドル$15ドル$26

  • Web サイト コンテンツ スクレイパーは, 特定の Web サイトからテキストおよび画像コンテンツを大規模にクロールします。 API は, 該当する場合は Web サイトのサイトマップとページ コンテンツをそれぞれスクレイピングできます。ユーザーは, 言語 ISO コードと Web サイトのページ URL を入力して, 特定のページのコンテンツをスクレイピングします。スクレイピングされたデータの結果は, ページのメタタグのタイトルと説明, 画像 URL を含む本文コンテンツを返します。

  • API は個人使用のみを目的としています。 API の使用義務と責任の詳細については, 法的利用規約と条件をお読みください。

API実践事例1


ウェブサイトの URL とコンテンツ スクレイパー API

API実践事例2


ウェブサイトの URL とコンテンツ スクレイパー API

特徴

  • Web サイト コンテンツ スクレイパーは, 特定の Web サイトからテキストおよび画像コンテンツを大規模にクロールします。
  • API は, 該当する場合は Web サイトのサイトマップとページ コンテンツをそれぞれスクレイピングできます。
  • ユーザーは言語 ISO コードと Web サイトのページ URL を入力して, 特定のページのコンテンツをスクレイピングします。
  • スクレイピングされたデータの結果は, ページのメタタグのタイトルと説明, 画像 URL を含む本文コンテンツを返します。

APIエンドポイント仕様

  • Endpoint Path: /api/1/webScraper
  • Type of Data: JSON & 20/分
  • Data Source: インターネットからのソース
  • Request Limit: 500リクエスト/月
  • Script & Integration: cURL, JS, Python, Ruby, Php, Node.js, Java, .NET, Rust, Go, Typescript と統合するコード
ウェブサイトの URL とコンテンツ スクレイパー API エンドポイントの基本情報

APIエンドポイントパス

必須

Web サイトのコンテンツと URL スクレイパー API

api/1/webScraper


メソッドの呼び出し

必須

GET

返されるデータの種類

JSON

Web サイトのコンテンツに構造化された JSON データを出力する


利用可能な API 引数とパラメータ

token

必須

BUYFROMLO API トークンを購入します. 無料および有料のサブスクリプション API は両方とも利用可能です: /api/1/webScraper からアクセスできます. - /app/1/webcontentscraper のサイト APP も同様

url

必須

対象ページのURLを入力してください

type

必須

オプション: allURL, metaAndContent


lang

オプション

ターゲット サイトの言語 ISO コードを入力します. デフォルト値はenです


Web サイトのコンテンツと URL スクレイパー API

api/1/webScraper


コードの統合と対応

Python コードサンプル


import requests

apiendpoint = "https://api.buyfromlo.com/api/1/webScraper?"

## Required Arguments & Parameters ##

token = ""your buyfromlo token""
url = ""Input a category url""
type = "Select one type from two: metaAndContent, or allURL"

## Optional Argument ##
lang = "the target site language. The default language is English"

data="url=" + url + "&type=" + type + "&lang=" + lang
headers={"Authorization": "Bearer " + token}

## Call the api ##
response = requests.get(apiendpoint + data, headers=headers)
print(response.status_code)
print(response.json())
                        

JSON 応答サンプル


{
    "Metatag Title": metaData['title'] (string),
    "Metatag Description": metaData['description'] (string),
    "Release Date": metaData['date'] (string),
    "Article Content": metaData['text'] (string),
    "Input URL": url (string),
}
                        

4.5 (全体)

  • 5 stars - 38
  • 4 stars - 10
  • 3 stars - 3
  • 2 stars - 1
  • 1 star - 0

最新のレビュー

よくある質問

The Website URL & Content Scraper API is a tool that allows you to extract specific text and image content from specific websites, including the website's sitemap if applicable.

By using the Website URL & Content Scraper API, you can automate the process of collecting data from websites, save time and effort, and improve the accuracy of your data.

The Website URL & Content Scraper API works by sending a request to a specific website and extracting the desired data from the website's response.

To scrape the specific page content, you need to input the language ISO code and the website page URL.

The Website URL & Content Scraper API can scrape a variety of data, including page metatag title & description, main body content, and image URLs.

The request limit for the Website URL & Content Scraper API is 500 requests per month.

Yes, the Website URL & Content Scraper API can be integrated with your existing applications using code written in cURL, JS, Python, Ruby, Php, Node.js, Java, .NET, Rust, Go, or Typescript.

Both free and paid subscription APIs are available for the Website URL & Content Scraper API.

You can find more information about the Website URL & Content Scraper API in the BUYFROMLO API documentation.

To get started with the Website URL & Content Scraper API, you can visit the BUYFROMLO website and sign up for a free account.