Need help in calling API

How can i call the api using this :

 curl -H "Authorization: Bearer <YOUR_API_KEY>" -H "Accept: application/json" --data "dataSource=gkp&country=us&currency=USD&kw[]=keywords tool&kw[]=keyword planner" "https://api.keywordseverywhere.com/v1/get_keyword_data"

documentation - Keywords Everywhere API

Show the documentation of this iste

https://api.keywordseverywhere.com/docs/#/keywords/get_keywords_data

Use This Extension.

And replace the parameters that are passed to the API ( Api_key , datasource, country ,currency, keywords…)

or wait for ready blocks … soon someone will post :+1:

2 Likes

use the web component… you can find several examples after doing a search in the community
see also this example App Inventor Tutorials and Examples: Dropbox | Pura Vida Apps

Taifun

1 Like