
X (Twitter) Search Scraper
Pricing
$30.00/month + usage

X (Twitter) Search Scraper
Easily extract tweets from X (Twitter) search results with our powerful Twitter Search Scraper. Get full tweet data, including text, engagement, media, and user info. Export in JSON, CSV, Excel, or HTML—perfect for social media monitoring, market research, competitor analysis, and trend tracking.
3.2 (9)
Pricing
$30.00/month + usage
68
Monthly users
187
Runs succeeded
>99%
Response time
45 days
Last modified
11 hours ago
ConnectError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1002)
from apify_client import ApifyClient
client = ApifyClient("Token Key") run_input = { "searchQueries": [ "from:Microsoft since:2023-01-01 until:2023-02-01" ], "tweetsDesired": 5, "includeUserInfo": True, "proxyConfig": { "useApifyProxy": True } } run = client.actor("web.harvester/easy-twitter-search-scraper").call(run_input=run_input) for item in client.dataset(run["defaultDatasetId"]).iterate_items(): print(item)

It looks like the issue is on your side. The code itself seems fine, but you should check the following:
1- API Token & Permissions – Ensure your Apify API token is valid and has the correct permissions.
2- Input Format – Double-check that your run_input structure matches what the actor expects.
3- Rate Limits & Quotas – You might be hitting usage limits. Check your Apify account for any restrictions.
4- Proxy Issues – If using Apify Proxy, ensure your account has proxy access enabled.
Pricing
Pricing model
RentalTo use this Actor, you have to pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage.
Free trial
6 hours
Price
$30.00