SharkNinja Product Search Scraper avatar

SharkNinja Product Search Scraper

Pricing

$19.99/month + usage

Go to Apify Store
SharkNinja Product Search Scraper

SharkNinja Product Search Scraper

Scrape products from SharkNinja.com by providing a search URL, with automatic pagination and comprehensive product information extraction.

Pricing

$19.99/month + usage

Rating

0.0

(0)

Developer

PowerAI

PowerAI

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Share

🛍️ SharkNinja Product Search Scraper

This actor allows you to scrape products from SharkNinja.com by providing a search URL. It automatically handles pagination and extracts comprehensive product information including prices, ratings, reviews, and product features.

Features

  • URL-based Scraping: Extract products by providing a complete SharkNinja search URL
  • Automatic Pagination: Automatically loads more products until reaching the end or max items limit
  • Comprehensive Product Data: Extract detailed information about each product including:
    • Product name and description
    • Product ID and model number
    • Price information
    • Product images
    • Customer ratings and review counts
    • Product badges and labels
    • Product features and specifications
  • Rich Media: Includes product images from SharkNinja's CDN

Input Parameters

FieldTypeRequiredDescription
searchUrlstringYesComplete SharkNinja search URL to scrape
maxItemsintegerNoMaximum number of products to fetch

Output

The output is a list of product objects, each containing:

  • searchUrl: The original search URL used
  • productId: Unique product identifier
  • productName: Name of the product
  • productUrl: URL to the product detail page
  • model: Model number
  • imageUrl: URL of the product image
  • price: Numeric price value
  • priceText: Formatted price text
  • rating: Customer rating (0-5)
  • reviewCount: Number of customer reviews
  • badge: Product badge or label (e.g., "New")
  • features: Array of product features
  • scrapedAt: Timestamp of when the product was scraped

Example output:

[
{
"searchUrl": "https://www.sharkninja.com/search?q=air%20fryer",
"productId": "FN103BF",
"productName": "Ninja Crispi® 5-in-1 Portable Glass Air Fryer Cooking System",
"productUrl": "https://www.sharkninja.com/ninja-crispi-5-in-1-portable-glass-air-fryer-cooking-system/FN103BF.html",
"model": "FN103BF",
"imageUrl": "https://assets.sharkninja.com/image/list/fn_select:jq:first%28.%5B%5D%7Cif%20has%28%22metadata%22%29%20then%20select%28any%28.metadata%5B%5D%3B%20.external_id%20%3D%3D%20%22sfcc-is-main%22%20and%20.value.value%20%3D%3D%20%22True%22%29%29%20else%20empty%20end%29/f_auto,q_auto,dpr_auto/w_360,h_360,e_make_transparent/b_rgb:f6f6f6/FN103BF.json?_i=AG",
"price": 219.99,
"priceText": "$219.99",
"rating": 4.5,
"reviewCount": 664,
"badge": "New",
"features": [
"4 qt+ capacity",
"5 functions in 1",
"Includes 3 glass containers"
],
"scrapedAt": "2025-05-29T02:10:44.350Z"
},
...
]

Use Cases

  • Product research and price comparison
  • Market analysis for SharkNinja products
  • Inventory monitoring
  • Competitor analysis
  • Consumer behavior research

Notes

  • The actor uses browser automation to handle JavaScript-rendered content
  • Results are automatically paginated until reaching the end or max items limit
  • Product images are loaded from SharkNinja's CDN
  • Customer ratings and reviews are extracted from Bazaarvoice integration
  • The actor includes random delays between actions to avoid rate limiting