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.
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 the certification and certification.lte filters to filter out movie rating.
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?
Travis Bell 的回复
于 2016 年 12 月 14 日 5:11下午
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.MonsterFaction 的回复
于 2016 年 12 月 15 日 1:53下午
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?