Stop auto fills all categories

When I select more the one category using a link It auto fills all categories. I just want to select certain categories. Is there a button function that will allows me to select only the ones I want.
I only want New Arrivals, Corals, clearance, fish, inverts, Macro Algae and drygoods how can I do this?

Sitemap:
#nav-bar .category-img > li.text-uppercase

You can just create a sitemap that scrapes sub-categories, and use the multi start URL feature. Just figure out the URLs for ew Arrivals, Corals, clearance etc

https://aquasd.com/collections/new-arrivals-v2
https://aquasd.com/collections/corals
https://aquasd.com/collections/all-clearance

etc

I must be doing somthing wrone it is not working
AquaSD
Start URL 1

Start URL 2

Start URL 3

Start URL 4

Start URL 5

Start URL 6

Start URL 7

{"_id":"AquaSD","startUrl":["https://aquasd.com/collections/new-arrivals-v2","https://aquasd.com/collections/corals","https://aquasd.com/collections/all-clearance","https://aquasd.com/collections/fish-1","https://aquasd.com/collections/inverts","https://aquasd.com/collections/maroalgae/Algae","https://aquasd.com/collections/dry-goods"],"selectors":[{"id":"cat2","linkType":"linkFromHref","multiple":true,"parentSelectors":["_root"],"selector":"#nav-bar .category-img > li.text-uppercase > ul > li > ul > li > a:nth-of-type(1)","type":"SelectorLink"},{"id":"cat-3","linkType":"linkFromHref","multiple":true,"parentSelectors":["cat2"],"selector":".rounded a, #nav-bar .category-img > li[data-copy='8'] li a","type":"SelectorLink"},{"id":"product","linkType":"linkFromHref","multiple":true,"parentSelectors":["cat-3"],"selector":"a.text-uppercase","type":"SelectorLink"},{"id":"name","multiple":false,"parentSelectors":["product"],"regex":"","selector":"h1.m5","type":"SelectorText"},{"id":"price","multiple":false,"parentSelectors":["product"],"regex":"","selector":"p.f8pr-price","type":"SelectorText"},{"id":"image","multiple":false,"parentSelectors":["product"],"selector":".l4pr img","type":"SelectorImage"},{"id":"discription","multiple":true,"parentSelectors":["product"],"regex":"","selector":".desktop-only div.tabs-inner, p.m15","type":"SelectorText"},{"id":"stock","multiple":false,"parentSelectors":["product"],"regex":"","selector":"p.false","type":"SelectorText"},{"id":"SKU","multiple":false,"parentSelectors":["product"],"regex":"","selector":".f8pr-codes p","type":"SelectorText"}]}

Hi,

If you are accessing the category URL directly via start URL, the cat selecotrs are redundant

{"_id":"AquaSD","startUrl":["https://aquasd.com/collections/new-arrivals-v2","https://aquasd.com/collections/corals","https://aquasd.com/collections/all-clearance","https://aquasd.com/collections/fish-1","https://aquasd.com/collections/inverts","https://aquasd.com/collections/maroalgae/Algae","https://aquasd.com/collections/dry-goods"],"selectors":[{"id":"product","linkType":"linkFromHref","multiple":true,"parentSelectors":["_root"],"selector":"a.text-uppercase","type":"SelectorLink"},{"id":"name","multiple":false,"parentSelectors":["product"],"regex":"","selector":"h1.m5","type":"SelectorText"},{"id":"price","multiple":false,"parentSelectors":["product"],"regex":"","selector":"p.f8pr-price","type":"SelectorText"},{"id":"image","multiple":false,"parentSelectors":["product"],"selector":".l4pr img","type":"SelectorImage"},{"id":"discription","multiple":true,"parentSelectors":["product"],"regex":"","selector":".desktop-only div.tabs-inner, p.m15","type":"SelectorText"},{"id":"stock","multiple":false,"parentSelectors":["product"],"regex":"","selector":"p.false","type":"SelectorText"},{"id":"SKU","multiple":false,"parentSelectors":["product"],"regex":"","selector":".f8pr-codes p","type":"SelectorText"}]}