Does the new sample stream endpoint support a bounding box? For example, if I wanted tweets from France, how would I do that in v2? In v1, I just pass a bounding box and later filter out the few tweets not from France.

I see here (https://developer.twitter.com/en/docs/twitter-api/tweets/sampled-stream/api-reference/get-tweets-sample-stream) that I can request place types, and perhaps geo or geo.coordinates. I’m not seeing anything about bounding boxes though. Am I missing something?

1 Like

You’ll most likely need to use filter stream Filtered stream - How to build a rule | Docs | Twitter Developer Platform but:

geo filters / search isn’t available in v2 preview yet:

4 Likes