Search tweets of Twitter with its API v2 with a GraphQL based query

I’d like to improve my resource usage efficiency of Twitter tweet search, so I consider to use Twitter API v2, so how can I reach and query it most easily from PipeDream?
Their solution is based on GraphQL
( Twitter blog post )

So are there any pre-built PD components for this purpose? If not, what workaround is suggested?

Thanks a lot! :slight_smile:

Hi @vanetreg

Please comment and react to this open Github issue regarding Twitter v2 support:

At this time we don’t have an app defined for using Twitter v2, all Pipedream support is limited to Twitter v1.1.

What you can do is create your own Twitter app and use the Twitter Developer App actions in Pipedream so you have your own dedicated pool of requests instead of using the shared pool with the Twitter sources and actions.