Hi Andy,
Thanks for replying, PFB more details,
Code snippet I am using for search API (codebird library PHP)
$param = array (
"q" => "#TVat3999",
"count" => "100"
);
$data = $cb->search_tweets($param, true);
also I am not getting search result for other users on twitter even they have tweeted.
https://twitter.com/search?f=tweets&q=%23Tvat3999%20%40paglikahiki&src=typd
Below is the tweet link for same user with same #tag
https://twitter.com/paglikahiki/status/654226715011518465
Is there any other search api’s or paid api through which I can get all tweets for a particular #tag/Keyword?
Thanks in advance