For example I want to scrape
https://www.tripadvisor.com/Restaurants-g60763-New_York_City_New_York.htmlif you check the cuisines filters (show all), a pop-up above show up.
currently I used one boolean input for one cuisine filter,
The problem is there is hundreds of cuisine filter to choose (about 200 more), and I want to also filter by dishes,
more couple hundreds boolean parameter to add.
the Platform seem have limit on how many parameter an actor have, I often get error something about "callstack",
so I give up using this method, with hope finding more elegant way to do this.
Thanks!