I am looking for a way to find all Monster type movies (dracula, frankenstein, werewolf, spiders, etc). I would then run another search on that list to screen out gory "R" rated moves. How do I do this? Thanks.
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on December 14, 2016 at 5:11 PM
Hi @MonsterFaction You can do all of this with the /discover/movie method.
You can build a list of keyword IDs (by searching for them) and then use the
with_keywords
filter. You can use that in conjunction with thecertification
andcertification.lte
filters to filter out movie rating.Reply by MonsterFaction
on December 15, 2016 at 1:53 PM
So here is my search string:
The with_keywords brings back 0 hits. So obviously I am doing something wrong. It says that the field is a string. In your earlier reply you stated that I could build a list of keyword IDs. So far not working for me. Any hints?