logo
languageJPdown
menu

Amazon Reviews Scraper for Italy

Give it Amazon Italy ASINs and receive structured customer-review records with product context, ratings, review text, dates, helpful votes, and source-page links.

概要

Amazon customer reviews bring individual buyer experiences together with the product-level rating context visible at collection time. This App collects public Amazon Italy reviews for known ASINs, returning review text, titles, ratings, dates, public reviewer names, helpful-vote text, product details, and the reviews-page address in a structured table.

The result keeps qualitative feedback beside the visible rating signals that help explain it. Teams can compare products, group recurring praise or complaints, inspect how individual reviews differ from the aggregate product rating, and retain a direct page reference for evidence-based product research.

Data notes

Records come from publicly accessible Amazon Italy product-review pages and reflect what those pages displayed when collection took place. Each record represents one collected review for one ASIN. Product rating and product rating count are page-level snapshots repeated beside each review and can change after collection; review rating belongs to the individual review. Rating values, rating counts, helpful votes, country, and dates are preserved as displayed text rather than normalized values. A blank value means the public page did not expose that detail. Review titles are the most review-specific field currently returned, but they are not guaranteed to be unique. Deleted, restricted, signed-in-only, or otherwise unavailable reviews are not covered.

What the results look like

Each record represents one public customer review associated with an Amazon Italy product:

ASINProduct nameReview ratingReview titleReviewer nameReview date
B00284AO0CL'Oreal Paris Collection Privee Color Riche, rossetto5,0 su 5 stelle5,0 su 5 stelleRossetto delicatoAntonella DCL16-marzo-2026
B07C44VPWHFanola Nutri Care Restructuring Shampoo - 1000ml5,0 su 5 stelle5,0 su 5 stelleCapelli morbidi e nutriti, super conveniente nel formato da 1 litro!ManuelManuel10-ottobre-2025

Other fields include Brand, Product rating, Product rating count, Review content, Helpful votes, Review country, Reviews page URL, and Collection message.

Use cases

  • For voice-of-customer analysis, group recurring themes in Review title and Review content, then compare them across Review rating levels.
  • For product reputation comparisons, evaluate Product rating and Product rating count alongside the distribution of Review rating values.
  • For feedback prioritization, combine Helpful votes, Review rating, Reviewer name, and Review date to identify reviews that deserve closer inspection.
  • For evidence-backed research, retain Reviews page URL with ASIN, Product name, and Review date so analysts can trace records back to their public page context.

適用範囲と境界

Each run accepts 1 to 20 Amazon Italy ASINs; an optional start date can limit review recency, and an optional per-product cap accepts values from 1 to 10,000. Only publicly accessible review data is covered.

  • 適している用途
  • Use it when you need structured public Amazon Italy reviews for one or more known ASINs.
  • Use it for product-feedback research, rating comparisons, review-topic analysis, or helpful-vote checks.
  • 適さない用途
  • Do not use it to discover products by keyword because it requires known ASINs.
  • Do not use it when complete coverage of deleted, restricted, signed-in-only, or otherwise unavailable reviews is required.

失敗時の処理

作者が宣言した失敗時と再試行の動作です。連携時にはシステムプロンプトに含めることをおすすめします。

  1. 1If a run stops before completion, retry the same small ASIN set once; if it stops again, reduce the number of ASINs or the per-product review cap.
  2. 2An empty result can mean an ASIN is invalid, has no publicly visible reviews, or the review page was temporarily unavailable; verify the ASIN and retry later.

入力

この App の呼び出しに必要なパラメータで、manifest.json の input.schema から生成されています。

フィールド業務名称必須デフォルト列挙値/制約説明
asinsAmazon Italy ASINsarray<string>はい最大 20 件["B00284AO0C"]Amazon product identifiers to collect from the Italy marketplace, with one 10-character ASIN per item. Enter 1 to 20 ASINs per run.
start_dateReview start datestringいいえCollect reviews posted after this date, using YYYY-MM-DD. Omit it to collect without a start-date filter, subject to the per-product review cap when provided.
max_reviews_per_productMaximum reviews per productintegerいいえ1–10000Maximum number of reviews to collect for each ASIN, from 1 to 10,000. Omit it to collect all reviews available to this App after any start-date filter.

出力

1 件のレコードのフィールド構造で、manifest.json の output.schema から生成されています。

フィールド業務名称説明
asinASINstringB00284AO0CAmazon product identifier associated with the review.
review_contentReview contentstringSplendido rossetto dal colore delicato con un ottimo profumoCustomer-written review body as displayed on Amazon Italy.
review_dateReview datestring16-marzo-2026Review date as displayed on Amazon Italy.
brandBrandstringL'Oreal ParisBrand displayed with the product on the reviews page.
reviewer_nameReviewer namestringAntonella DCLPublic display name shown with the review.
helpful_countHelpful votesstringHelpful-vote text displayed for the review; it may be empty when no votes are shown.
countryReview countrystringItaliaCountry text displayed for the review.
product_rating_countProduct rating countstring3.086 valutazioni globaliDisplayed count of ratings for the product, including its original label.
review_ratingReview ratingstring5,0 su 5 stelleStar rating assigned by the reviewer, preserved as displayed text.
product_nameProduct namestringL'Oreal Paris Collection Privee Color Riche, rossettoProduct title displayed on the reviews page.
review_titleReview titlestring5,0 su 5 stelleRossetto delicatoCustomer-written review headline as returned by the source.
reviews_page_urlReviews page URLstringhttps://www.amazon.it/product-reviews/B00284AO0C?sortBy=helpful&reviewerType=all_reviews&filterByStar=five_star&formatType=all_formats&mediaType=all_contents&pageNumber=1&language=en_USAmazon Italy reviews-page URL from which the record was collected.
product_ratingProduct ratingstring4,4 su 5Overall product star rating as displayed on Amazon Italy.
collection_messageCollection messagestringCollection-level message when the source provides one; successful review rows normally leave it empty.

レコード Schema

出力はレコード単位で 1 件ずつ返されます。 detail.output.idFieldHint

output.schema
{
  "type": "object",
  "properties": {
    "asin": {
      "type": "string",
      "title": "ASIN",
      "description": "Amazon product identifier associated with the review.",
      "prefill": "B00284AO0C"
    },
    "review_content": {
      "type": "string",
      "title": "Review content",
      "description": "Customer-written review body as displayed on Amazon Italy.",
      "prefill": "Splendido rossetto dal colore delicato con un ottimo profumo"
    },
    "review_date": {
      "type": "string",
      "title": "Review date",
      "description": "Review date as displayed on Amazon Italy.",
      "prefill": "16-marzo-2026"
    },
    "brand": {
      "type": "string",
      "title": "Brand",
      "description": "Brand displayed with the product on the reviews page.",
      "prefill": "L'Oreal Paris"
    },
    "reviewer_name": {
      "type": "string",
      "title": "Reviewer name",
      "description": "Public display name shown with the review.",
      "prefill": "Antonella DCL"
    },
    "helpful_count": {
      "type": "string",
      "title": "Helpful votes",
      "description": "Helpful-vote text displayed for the review; it may be empty when no votes are shown.",
      "prefill": ""
    },
    "country": {
      "type": "string",
      "title": "Review country",
      "description": "Country text displayed for the review.",
      "prefill": "Italia"
    },
    "product_rating_count": {
      "type": "string",
      "title": "Product rating count",
      "description": "Displayed count of ratings for the product, including its original label.",
      "prefill": "3.086 valutazioni globali"
    },
    "review_rating": {
      "type": "string",
      "title": "Review rating",
      "description": "Star rating assigned by the reviewer, preserved as displayed text.",
      "prefill": "5,0 su 5 stelle"
    },
    "product_name": {
      "type": "string",
      "title": "Product name",
      "description": "Product title displayed on the reviews page.",
      "prefill": "L'Oreal Paris Collection Privee Color Riche, rossetto"
    },
    "review_title": {
      "type": "string",
      "title": "Review title",
      "description": "Customer-written review headline as returned by the source.",
      "prefill": "5,0 su 5 stelleRossetto delicato"
    },
    "reviews_page_url": {
      "type": "string",
      "title": "Reviews page URL",
      "description": "Amazon Italy reviews-page URL from which the record was collected.",
      "prefill": "https://www.amazon.it/product-reviews/B00284AO0C?sortBy=helpful&reviewerType=all_reviews&filterByStar=five_star&formatType=all_formats&mediaType=all_contents&pageNumber=1&language=en_US"
    },
    "product_rating": {
      "type": "string",
      "title": "Product rating",
      "description": "Overall product star rating as displayed on Amazon Italy.",
      "prefill": "4,4 su 5"
    },
    "collection_message": {
      "type": "string",
      "title": "Collection message",
      "description": "Collection-level message when the source provides one; successful review rows normally leave it empty.",
      "prefill": ""
    }
  },
  "required": [],
  "additionalProperties": false
}

連携方法

この App は MCP、API、SDK、ファイルエクスポートのいずれでも連携でき、どのチャネルも同じ能力と料金を共有します。すべてのリクエストは Authorization: Bearer ヘッダーで認証し、認証情報には API Key(長期有効。Open Platform コンソールで作成)を使用します。MCP クライアントは OAuth によるキー不要のログインにも対応しています。CLI や Skill など、さらに多くの連携方法も準備中です。

MCP(Model Context Protocol)を使うと、Claude や Cursor などの AI クライアントからこの App を直接呼び出せます。クライアントと認証方式を選び、下の設定をコピーしてください。

クライアント設定

Bearer の後の値を長期有効な API Key に置き換えてください。あらゆるクライアント、CI、ヘッドレス環境で利用できます。

mcpServers config
{
  "mcpServers": {
    "YiJacobJohnRaku__amazon-reviews-scraper-italy": {
      "type": "http",
      "url": "https://mcp-v2.octoparse.com?pin=YiJacobJohnRaku/amazon-reviews-scraper-italy",
      "headers": { "Authorization": "Bearer <YOUR_API_KEY>" }
    }
  }
}

AI に設定を任せる

設定を手作業で編集したくない場合は、インストールプロンプトをコピーして任意の AI クライアントに貼り付けてください。AI が自分のやり方でセットアップを完了します(プロンプトは AI があなたに API Key を尋ねる形になっているため、認証情報がチャット履歴や共有設定に残りません)。

detail.access.mcp.composeHint

料金

returned review record

正常に返されたレコードの件数に応じて課金されます。失敗したタスクには課金されません。

$0.001/

複数の課金イベントはそれぞれ独立して累計されます。詳細は各項目をご覧ください。失敗したタスクには課金されません。

今すぐ試す

パラメータを入力して実行してください。結果は実際の呼び出しによるものです。

サンプル
パラメータは送信前に input.schema で検証されます
まず必須パラメータを入力してください
$0.001 / 件