Twitter Scraper avatar
Twitter Scraper
Try for free

Pay $3.50 for 1,000 posts

View all Actors
Twitter Scraper

Twitter Scraper

quacker/twitter-scraper
Try for free

Pay $3.50 for 1,000 posts

Scrape tweets from any Twitter user profile. Top Twitter API alternative to scrape Twitter hashtags, threads, replies, followers, images, videos, statistics, and Twitter history. Export scraped data, run the scraper via API, schedule and monitor runs or integrate with other tools.

User avatar

Problem with startUrls

Closed

bedazzled_whamola opened this issue
7 months ago

I'm passing the following input: { startUrls: [ 'https://twitter.com/lirishavit/status/1712154942729810157' ], tweetsDesired: 1, proxyConfig: { useApifyProxy: true } } And I'm getting the following error: ApifyApiError: Input is not valid: Items in input.startUrls at positions [0] do not contain valid URLs

User avatar

Hey, thank you for reaching out. I see you've initiated this specific run through an API call. You need to use the following input format to scrape your desired twitter post correctly. Hope this solves your issue and happy scraping!

{ "addUserInfo": false, "proxyConfig": { "useApifyProxy": true }, "startUrls": [ { "url": "https://twitter.com/lirishavit/status/1712154942729810157" } ], "tweetsDesired": 1 }

Developer
Maintained by Apify
Actor metrics
  • 1.1k monthly users
  • 36.5% runs succeeded
  • 8.2 days response time
  • Created in Jun 2019
  • Modified 29 days ago