LemmeBuyIt avatar

LemmeBuyIt

Try for free

Pay $10.00 for 1,000 requests

Go to Store
LemmeBuyIt

LemmeBuyIt

lemme_buy_it/lemmebuyit
Try for free

Pay $10.00 for 1,000 requests

Your ultimate destination for savvy online shopping! Sifting for deals on the internet has never been easier. Our platform brings together an expansive collection of over 3,500 product catalogs from all the major online retailers, offering you a seamless and comprehensive browsing experience.

Developer
Maintained by Community

Actor Metrics

  • 1 monthly user

  • No reviews yet

  • 1 bookmark

  • >99% runs succeeded

  • Created in Jan 2025

  • Modified a month ago

LemmeBuyIt Actor

This Actor searches for products using the Linkscopic API and returns detailed product information including prices, discounts, and availability.

Features

  • Search products across 3,500 stores stores
  • Automatic pagination handling
  • Detailed product information including prices, discounts, and links
  • Results saved to Apify dataset

API Endpoints

  • Run this actor returning the data https://api.apify.com/v2/acts/lemme_buy_it~lemmebuyit/run-sync-get-dataset-items?token={YOUR_API_TOKEN_HERE}

  • Run this actor https://api.apify.com/v2/acts/lemme_buy_it~lemmebuyit/runs?token={YOUR_API_TOKEN_HERE}

  • Run this actor synchronously https://api.apify.com/v2/acts/lemme_buy_it~lemmebuyit/run-sync?token={YOUR_API_TOKEN_HERE}

Input Parameters

The Actor accepts the following input parameters:

FieldTypeDescription
querystringThe search query for finding products (e.g., "nike shoes")

Testing Locally

  1. Prepare test input: The Actor expects input in apify_input.json (already provided):

    1{
    2  "query": "nike shoes"
    3}
  2. Run the Actor:

    1# Clean run with fresh storage
    2apify run --purge --input-file apify_input.json
    3
    4# Run without clearing storage
    5apify run --input-file apify_input.json
  3. View Results:

    • Results are saved in storage/datasets/default/
    • Logs are shown in the console
    • Key-value store data in storage/key_value_stores/default/

Output Format

Each product in the results contains:

  • name: Product name
  • price: Original price in cents
  • finalprice: Final price after discount in cents
  • discount: Discount percentage
  • store: Store identifier
  • link: Product URL
  • imageurl: Product image URL
  • sku: Product SKU
  • upcorean: UPC or EAN code (if available)
  • updated_at: Last update timestamp
  • full_url: Full URL to the product

Limitations

  • Rate limits apply based on your Linkscopic API plan
  • Results are paginated with 30 products per page