How to scrape filtered data

How do I scrape data from a filtered set of data? The website has a filter on the left, where I can check.
For example, in this website, I only want to scrape from movies filtered as "Anime" and "3 stars". I don't know how to tell Web Scraper to click the filters.
Thank you in advance

Url: Advanced Movie Search | Filter, Explore & Research Films | AllMovie

Sitemap:
{id:"sitemap code"}

you should make a sitemap with pause for example 10 sec to set all filters needed, and afterwards the script will scrape all you need...