VOOZH about

URL: https://apify.com/trovevault/product-scam-risk-checker

โ‡ฑ Product Scam Risk Checker for Online Stores ยท Apify


Pricing

from $1.70 / 1,000 urls

Go to Apify Store

Product Scam Risk Checker

Checks store URLs for verdict, riskScore, storeMaturityScore, paymentSafetyStatus, and redFlagDensity. Export data, run via API, schedule and monitor runs, or integrate with other tools.

Pricing

from $1.70 / 1,000 urls

Rating

0.0

(0)

Developer

๐Ÿ‘ Trove Vault

Trove Vault

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

a month ago

Last modified

Share

Product Scam Risk Checker helps buyers inspect shopping pages before they purchase. Paste one or more store homepages, product pages, deal pages, category pages, or ad landing pages and the Actor checks each page plus a few same-domain trust pages for visible scam-risk and seller-trust signals.

It does not guarantee that a purchase is safe or fraudulent. It gives a practical buyer-facing verdict from observable evidence: payment wording, page language, visible price, HTTPS, contact evidence, return/refund policies, privacy/terms pages, page quality, and recognizable commerce-platform hints.

What it checks

  • Page type, page title, and visible price when available
  • HTTPS and unusual domain patterns
  • Suspicious product wording such as replica, fake, 1:1, or mirror quality
  • High-risk payment wording such as wire transfer, crypto-only, Western Union, or friends-and-family payment
  • Recognized payment wording such as Visa, Mastercard, PayPal, Shop Pay, Apple Pay, or Google Pay
  • Contact or customer-support evidence
  • Return, refund, privacy, terms, shipping, and support pages linked from the checked page
  • Business identity evidence such as about pages, email, phone, social links, and commerce-platform hints
  • Store maturity, business identity completeness, catalog depth, policy quality, and store-specific content
  • Payment safety, social proof, external trust/account surfaces, and red-flag density
  • Technical trust evidence such as HTTPS and structured product data
  • Thin or incomplete pages that expose little buyer-protection evidence

Input

FieldDescription
urlsShopping, store, product, deal, category, or landing page URLs to check. Each URL produces one output row.

That is the only required input. The Actor automatically checks a small number of same-domain trust pages such as Contact, Returns, Shipping, Privacy, Terms, FAQ, and Support when those links are visible.

Output

Each submitted URL produces one dataset row with the buyer-facing assessment.

FieldMeaning
verdictsafe_to_consider, caution, avoid, or unknown.
riskScore0 to 100 visible scam-risk score.
trustScore0 to 100 visible trust score.
trustLevelStrong, moderate, weak, or very weak visible trust profile.
storeMaturityScore0 to 100 score for how established the store appears.
businessIdentityCompletenessComplete, partial, weak, or missing business identity evidence.
catalogDepthStatusVery small, small, normal, or unknown catalog evidence. Product pages are marked unknown unless they expose links to other products.
policyQualityStatusStore-specific, standard, generic/boilerplate, thin, or missing policies.
contactQualityStatusComplete, usable, basic, or missing contact evidence.
paymentSafetyStatusProtected visible, unclear, missing, or high-risk payment evidence.
socialProofStatusSocial links found or missing; social links are not verified.
storeSpecificityScore0 to 100 score for store-specific content versus generic boilerplate.
externalTrustSurfaceExternal trust/account redirects found while checking the store.
redFlagDensitySerious risk or missing-trust signals per checked same-domain page.
confidenceConfidence based on page access and evidence coverage.
checkedUrlSubmitted URL being assessed.
pageTypeHomepage, product, category/collection, checkout/cart, trust page, or generic page.
pageTitleBest available page title.
httpsStatusWhether the checked page uses HTTPS.
contactStatusWhether contact or support evidence was found.
returnPolicyStatusWhether return or refund policy wording was found.
privacyPolicyStatusWhether privacy policy wording was found.
termsStatusWhether terms wording was found.
paymentProtectionStatusTrusted, risky, or missing payment evidence.
businessIdentityStatusClear, partial, or weak visible store identity.
technicalTrustStatusTechnical trust status from HTTPS, platform, and structured data signals.
pageQualityStatusStructured, standard, thin, or not loaded.
summaryShort explanation of the assessment.
recommendedActionSuggested next step before buying.
riskSignalsSignals that increased the risk score.
trustSignalsSignals that reduced risk or improved confidence.
missingTrustSignalsImportant trust evidence that was not found.
pageFactsExtracted facts from the submitted page and trust pages.
checkedPagesSubmitted and same-domain trust pages inspected.

Example output

{
"checkedUrl":"https://webscraper.io/test-sites/e-commerce/static/product/31",
"domain":"webscraper.io",
"pageType":"product",
"verdict":"caution",
"riskScore":19,
"trustScore":50,
"trustLevel":"moderate",
"storeMaturityScore":39,
"businessIdentityCompleteness":"partial",
"catalogDepthStatus":"unknown",
"policyQualityStatus":"generic_or_boilerplate",
"contactQualityStatus":"usable",
"paymentSafetyStatus":"missing",
"socialProofStatus":"multi_channel_unverified",
"storeSpecificityScore":65,
"redFlagDensity":0.2,
"confidence":"high",
"contactStatus":"found",
"returnPolicyStatus":"missing",
"privacyPolicyStatus":"found",
"paymentProtectionStatus":"not_found",
"businessIdentityStatus":"clear",
"pageTitle":"Packard 255 G2",
"price":416.99,
"currency":"USD",
"summary":"\"Packard 255 G2\" scored 19/100 and needs manual caution before buying. No protected payment wording such as PayPal, card, Shop Pay, Apple Pay, or Google Pay was found in the fetched pages.",
"recommendedAction":"Do not rush. Check independent reviews, seller identity, refund policy, and payment protection before purchasing."
}

API example

curl"https://api.apify.com/v2/acts/trovevault~product-scam-risk-checker/runs?waitForFinish=1"\
-H"Authorization: Bearer $APIFY_TOKEN"\
-H"Content-Type: application/json"\
-d'{
"urls": [
{ "url": "https://webscraper.io/test-sites/e-commerce/static" },
{ "url": "https://webscraper.io/test-sites/e-commerce/static/product/31" },
{ "url": "https://webscraper.io/test-sites/e-commerce/static/computers/laptops" }
]
}'

Use cases

  • Check a store homepage, product page, category page, or deal landing page before buying
  • Spot obvious warning signs before entering payment details
  • Generate a compact record of why a page looks safe, risky, or unclear

Limitations

  • The Actor checks visible page evidence only. It cannot verify inventory, order fulfillment, chargeback outcomes, or whether reviews are real.
  • Some stores render important details with JavaScript or block direct HTTP requests. Those pages may need proxy settings or future browser-backed checks.
  • Absence of a warning sign is not a safety guarantee. Use protected payment methods and independent reviews before buying.

You might also like

Shopify Products Scraper

trovevault/shopify-products-scraper

Scrape every product from any Shopify store: title, vendor, price, compare-at price, variants, stock status, and images. Just enter the store domain. No API keys or category URLs needed. Export data, run via API, schedule and monitor runs, or integrate with other tools.

208

5.0

TikTok Explore Scraper

clockworks/tiktok-explore-scraper

Extract data from TikTok explore categories including post, author, video, and music data. Export scraped data, run the scraper via API, schedule and monitor runs or integrate with other tools.

284

4.1

DM.cz Product Scraper

bytepulselabs/dm-product-scraper

Scrape all DM.cz products. Add one or more product category URLs and extract product details, prices, ratings, and availability data. Export scraped data, run the scraper via API, schedule and monitor runs, or integrate with other tools.

๐Ÿ‘ User avatar

BytePulse Labs

16

5.0

Instagram Scraper

apify/instagram-scraper

Scrape and download Instagram posts, profiles, places, hashtags, photos, and comments. Get data from Instagram using one or more Instagram URLs or search queries. Export scraped data, run the scraper via API, schedule and monitor runs or integrate with other tools.

Job Description Bias And Risk Auditor

trovevault/jd-bias-compliance-risk-auditor

Audits job descriptions for bias, pay transparency, location clarity, legal-risk signals, rewrites, and evidence. Export data, run via API, schedule and monitor runs, or integrate with other tools.

Google Maps Scraper

boztek-ltd/google-maps-scraper

Extract data from thousands of Google Maps locations and businesses, including reviews, reviewer details, images, contact info, including full name, email, opening hours, prices & more. Export data, run via API, schedule and monitor runs, or integrate with other tools.

2.1K

4.0

Facebook Marketplace Scraper

apify/facebook-marketplace-scraper

Extract data from one or multiple Facebook Marketplace listings. Scrape data on apartments, whole categories, items for sale, prices, location and sellers. Export scraped data in JSON, CSV, and Excel, run the scraper via API, schedule and monitor runs or integrate with other tools.

RapidAPI Scraper

yourapiservice/rapidAPI-scraper

Scrape and download API listings by category and collection from RapidAPI. Extract API names, descriptions, and other metadata using category-specific search queries. Export scraped data, run the scraper via API, schedule and monitor runs, and integrate with other tools seamlessly.

๐Ÿ‘ User avatar

Your API Service

97

5.0

Google Maps Extractor

compass/google-maps-extractor

Extract data from hundreds of places fast. Scrape Google Maps by keyword, category, location, URLs & other filters. Get addresses, contact info, opening hours, popular times, prices, menus & more. Export scraped data, run the scraper via API, schedule and monitor runs, or integrate with other tools.

Google Maps Scraper

compass/crawler-google-places

Extract data from thousands of Google Maps locations and businesses, including reviews, reviewer details, images, contact info, including full name, email, and job title, opening hours, prices & more. Export data, run via API, schedule and monitor runs, or integrate with other tools.

482K

4.8