# Early Link Finder

### PLEASE KEEP THIS COMMAND FOR PRIVATE USE BY ADMINS, ASWELL AS THE RESULT TO MOONITOR, TO AVOID GETTING THIS PATCHED.

Easily check UPCs on different stores, input a UPC and it will check\
Macys/Amazon/Walmart/BarnesAndNobile/Target for an early product information, and respond back with the data.\
\
To use:<br>

```
$upclookup {upc}
```

I.E\
`$upclookup 196214112537`

<figure><img src="https://i.imgur.com/loE86Zt.png" alt=""><figcaption></figcaption></figure>

You can find UPCs by using keepa, bestbuy, walmart or visit the publisher site, as its usually pretty easy to find with a google search (Product name + upc).<br>

### Automated UPC Monitoring

Add UPCs to our early link monitor, they'll automatically scan every hours and ping if a new early link is found.\
\
To set a channel: \
$monitor addchannel upcscanner #channel&#x20;

* Please use a private channel for admins to avoid getting the links leaked.

To add a UPC:&#x20;

`$monitor earlyupc upc`\
\
I.E `$monitor earlyupc 730143315555`

To List all running UPCs use\
`$monitor show upcscanner`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.moonitor.tools/other-tools-and-features/early-link-finder.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
