Go to example tasks
Keyword-Based Sentiment Tagging
Created by
API Dojo
Pull comments with a basic sentiment label attached based on keyword and emoji patterns. Quick read on audience reaction without a separate NLP pipeline.
Fast Instagram Comments Scraper API - No Duplicatesapidojo/instagram-comments-scraper-api
Type
ID
User ID
Message
+10 fieldsTextNumberBooleanListObject
Input
Start URLs:https://www.instagram.com/p/DC7Q4z5JPMX/
Fetch Replies:false
Continue on Duplicates:false
Maximum number of items on output:100
Custom map function:(object) => ({ message: object.message, likeCount: object.likeCount, replyCount: object.replyCount, sentiment: object.message?.includes('amazing') || object.message?.includes('๐ฅ') ? 'positive' : object.message?.includes('disappointed') || object.message?.includes('๐') ? 'negative' : 'neutral', username: object.user?.username, verified: object.user?.isVerified, createdAt: object.createdAt })
Output fields
Type
ID
User ID
Message
Created At
Like Count
Reply Count
User ID
Username
Full Name
User is Verified
User is Private
User Profile Pic URL
User is Ranked
Sign up on Apify01
Create your Apify account to access the Fast Instagram Comments Scraper API - No Duplicates.
Start the run02
The Actor will start running based on the input automatically.
Receive the output03
Monitor the progress in real-time. You will be notified as soon as your dataset is complete and ready for review.
Integrate into your workflow04
The final output is delivered in JSON, CSV, or Excel format, ready to be plugged into your workflow.
