🏯 Twitter (X) User Scraper (Pay Per Result) avatar
🏯 Twitter (X) User Scraper (Pay Per Result)

Pricing

$0.40 / 1,000 users

Go to Store
🏯 Twitter (X) User Scraper (Pay Per Result)

🏯 Twitter (X) User Scraper (Pay Per Result)

Developed by

API Dojo

API Dojo

Maintained by Community

Introducing Twitter (X) User Scraper, the ultimate solution for direct user extraction from Twitter (X). It offers blazing speed and comprehensiveness, delivering lightning-fast user extraction features.

4.8 (3)

Pricing

$0.40 / 1,000 users

74

Total users

2.7K

Monthly users

330

Runs succeeded

96%

Issues response

1.3 days

Last modified

17 hours ago

FN

Non utilisés

Closed

fascinated_nepotist opened this issue
a year ago

($, currentItem) => { return { links: undefined, videos: undefined, pageTitle: $('title').text(), date: $('.my-date-selector').text(), originalDate: currentItem.date, } }

apidojo avatar

Hey hey!

Thank you very much for reaching out. This functionality is only responsible for mapping the outputs one by one and does not extend the actor to retrieve more fields. It does not get a Cheerio object or similar. You can find an example usage of it below. The example allows the actor to only retrieve id field.

(object) => { return {id: object.id} }

Cheers