> 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/godaddy-full-scraper.md).

# GoDaddy Full Scraper

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

## Adding a GoDaddy website to the the GoDaddy full scraper

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

{% code fullWidth="false" %}

```
!m scraper add godaddyfull "https://wood-den.com/shop"
```

{% endcode %}

Now you will be notified of all new items and restocks from `https://wood-den.com/shop`.

As the GoDaddy 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 GoDaddy Full Scraper please use the [Forwarding Commands](/scraper-commands/forwarding-commands.md)
{% endhint %}
