> For the complete documentation index, see [llms.txt](https://docs.tempomonitors.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tempomonitors.com/full-scrapers/big-cartel-full-scraper.md).

# Big Cartel Full Scraper

The Big Cartel full scraper can notify you of all new items and restocks on a Big Cartel website.

## Adding a Big Cartel website to the the Big Cartel full scraper

The Big Cartel full scraper uses the same logic as a regular scraper. To add Big Cartel websites to the Big Cartel full scraper you need to use the `scraper add` command with the store name as `bigcartelfull` and the Big Cartel website you would like to add. Example:

{% code fullWidth="false" %}

```
!m scraper add bigcartelfull "https://www.blacklabelskates.com/"
```

{% endcode %}

Now you will be notified of all new items and restocks from `https://www.blacklabelskates.com/`.

As the Big Cartel full scraper is built on top of the regular scraper logic, the same `scraper remove` and `scraper running` commands will work here also.

{% hint style="info" %}
If you want to forward the notifications from the Big Cartel Full Scraper please use the [Forwarding Commands](/scraper-commands/forwarding-commands.md)
{% endhint %}
