Getting "No Results" While Fetching Tweets with Apify Tweet Scraper Despite Correct Input Parameters #608
Unanswered
Adebesin-Cell
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I've set up a Twitter tweet-fetching system using the Apify API and the
apidojo/tweet-scraper
actor. My goal is to retrieve tweets mentioning a specific Twitter handle within the last 24 hours. However, despite seemingly correct input parameters, the results consistently return withnoResults
. Here’s a quick breakdown of my setup:Code Summary
Here's the main snippet:
Input Example
The inputs I’m sending look like this:
Issue
Even though the
mentioning
field is correct and formatted with the recentsearchTerms
timestamp, the response always hasnoResults: true
. I’m unsure if this is a bug in the Apify actor or if I'm missing a detail in the setup or input formatting.Questions & Additional Info:
searchTerms
parameter? Couldsince:YYYY-MM-DD_HH:MM:SS_UTC
be causing the issue?Any suggestions, tips, or guidance would be greatly appreciated!
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions