Clay Icon

Automating Marketplace Product Listing Checks for Companies

·
·

Hey everyone! I’m looking for a way to automate checking which marketplaces (Amazon, Flipkart, etc.) a company’s products are listed on. I have a list of company names, I need a way that can identify all the platforms where these products are available. Has anyone worked on something similar or knows the best approach to solve this ?

  • Avatar of Bharat D.
    Bharat D.
    ·
    ·

    I have not tried this. But have you tried using claygent? You can break the prompt into multiple queries (columns) for each market place. and use a prompt something lise this:

    I'm trying to find if the below product is being sold in Amazon. 
    
    Product Name: 
    Brand Name:
    
    Search for this product in Amazon. Return Yes if the exact product is available in Amazon.  If product is not found on Amazon, return No. 
    
    If the product is found, return the Amazon URL for the product. If not found, return blank. 
    
    Output: 
    Product Found: (Yes/No)
    Product URL: 
  • Avatar of Bharat D.
    Bharat D.
    ·
    ·

    You can replace Amazon with Ebay, Flipkart etc.