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

Twitter (X.com) Search Scraper
Easily extract tweets from Twitter (X.com) 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
2.4 (9)
Pricing
$30.00/month + usage
77
Total users
4.9K
Monthly users
264
Runs succeeded
>99%
Issues response
8.9 days
Last modified
3 months ago
ConnectError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1002)
Closed
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.