SEMrush Keyword Volume

Is there a way to use the SEMrush connector in a formula so I can check the keyword volume of a list of keywords easily? I have the below formula from the connector but I can't figure out how to populate the keyword phrase. Any suggestions?

=Dump(Connector("SEMrush.KeywordOverview","keyword phrase","us","Nq",TRUE))

image

Try this formula, you don't need to use Dump() in this case because an array is not returned:
=Connector("SEMrush.KeywordOverview",C2,"us","Nq",TRUE)

1 Like

Perfect...not sure why i was making that so hard. Thanks for making my life easier!

1 Like