Twitter (X.com) Scraper Unlimited: No Limits avatar
Twitter (X.com) Scraper Unlimited: No Limits

Pricing

Pay per event

Go to Store
Twitter (X.com) Scraper Unlimited: No Limits

Twitter (X.com) Scraper Unlimited: No Limits

Developed by

API Dojo

API Dojo

Maintained by Community

Introducing Twitter Scraper Unlimited, the most comprehensive Twitter data extraction solution available. Our enterprise-grade scraper offers unmatched capabilities with a transparent event-based pricing model, making it perfect for both small-scale and large-scale data extraction needs.

3.7 (52)

Pricing

Pay per event

282

Total users

10K

Monthly users

1.6K

Runs succeeded

>99%

Issues response

7.2 hours

Last modified

3 days ago

BR

Is the actor working?

Closed

brunopomeranz opened this issue
5 days ago

I ran the following task:

INPUT: { "conversationIds": [ "1947322177910456462" ], "customMapFunction": "(object) => { return {...object} }", "includeSearchTerms": false, "maxItems": 1, "onlyImage": false, "onlyQuote": false, "onlyTwitterBlue": false, "onlyVerifiedUsers": false, "onlyVideo": false, "sort": "Latest", "startUrls": [ "https://x.com/McDonalds_BR/" ] }

LOGS: 2025-07-28T17:58:01.246Z ACTOR: Pulling Docker image of build FwwUiAbnofxTaYTHC from registry. 2025-07-28T17:58:01.248Z ACTOR: Creating Docker container. 2025-07-28T17:58:01.393Z ACTOR: Starting Docker container. 2025-07-28T17:58:03.850Z INFO System info {"apifyVersion":"3.4.2","apifyClientVersion":"2.12.4","crawleeVersion":"3.13.5","osType":"Linux","nodeVersion":"v22.17.0"} 2025-07-28T17:58:04.035Z INFO PHASE -- STARTING ACTOR. 2025-07-28T17:58:04.211Z INFO The actor will try to retrieve 1 items. 2025-07-28T17:58:04.213Z INFO If the cost reaches the limit, the actor will exit. The limit is $67.62924712923925. 2025-07-28T17:58:04.216Z WARN Unsupported URL: https://x.com/McDonalds_BR/ 2025-07-28T17:58:04.448Z INFO PHASE -- SETTING UP CRAWLER. 2025-07-28T17:58:04.469Z INFO PHASE -- CRAWLER STARTED. 2025-07-28T17:58:08.432Z ERROR C014. Unexpected error for conversation: 1947322177910456462

OUTPUT: No results The Actor finished with no results. Check the log for more information.

apidojo avatar

Hello,

To fetch replies in best way, you should use Twitter queries. Here is an example for your use-case:

{
"searchTerms": [
"conversation_id:1947322177910456462"
]
}

You can also read more about this from the documentation.

I hope this helps, otherwise feel free to re-open the issue.

Cheers