GLIMDATA
GLIMDATA

glim.sh

glim/data

One remote endpoint gives your agent live data from Twitter, Reddit, the open web, GitHub and more. No API keys, no scraping stack - pay per call with USDC.

Use for live external data in agent workflows: Twitter/X search and threads, Reddit posts and comments, semantic web search, clean page extraction, GitHub repos and code, Amazon products, YouTube transcripts.

Payment rails

Works with agents

Use with pay

# First time
$ brew install pay
$ pay setup

# Inspect and call this API
$ pay catalog show glim/data
$ pay curl https://glim.sh/api/v1/amazon/get \
  -X POST \
  -H 'content-type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"getHealth"}'

Endpoints

30 total
MethodPathPricing
POSTapi/v1/amazon/getFetch Amazon product details by ASINfree
POSTapi/v1/amazon/searchSearch Amazon product listingsfree
POSTapi/v1/github/getFetch GitHub repo metadata, files, PRs, or issuesfree
POSTapi/v1/github/searchSearch GitHub repos, conversations, or codefree
POSTapi/v1/reddit/getFetch a Reddit post with comments, subreddit feed, or userfree
POSTapi/v1/reddit/searchSearch Reddit posts by keyword queryfree
POSTapi/v1/twitter/getFetch a tweet with thread context, or a user profilefree
POSTapi/v1/twitter/lists/{id}/membersFetch the member profiles of a Twitter listfree
POSTapi/v1/twitter/lists/{id}/tweetsFetch tweets from a listfree
POSTapi/v1/twitter/searchSearch tweets with advanced query operatorsfree
POSTapi/v1/twitter/trendsFetch trending topics (by WOEID)free
POSTapi/v1/twitter/tweetsFetch multiple tweets by id (comma-separated ids)free
POSTapi/v1/twitter/tweets/searchSearch tweets (paginated)free
POSTapi/v1/twitter/tweets/{id}Fetch a single tweet by idfree
POSTapi/v1/twitter/tweets/{id}/articleFetch the attached Twitter article of a tweetfree
POSTapi/v1/twitter/tweets/{id}/quotesFetch quote tweets of a tweetfree
POSTapi/v1/twitter/tweets/{id}/repliesFetch replies to a tweetfree
POSTapi/v1/twitter/tweets/{id}/retweetersFetch users who retweeted a tweetfree
POSTapi/v1/twitter/usersFetch multiple users by id (comma-separated ids)free
POSTapi/v1/twitter/users/relationshipCheck the follow relationship between two usersfree
POSTapi/v1/twitter/users/searchSearch Twitter user profiles by keywordfree
POSTapi/v1/twitter/users/{ref}Fetch a single user profile by @handle or idfree
POSTapi/v1/twitter/users/{ref}/followersFetch a user's followersfree
POSTapi/v1/twitter/users/{ref}/followingFetch the accounts a user followsfree
POSTapi/v1/twitter/users/{ref}/mentionsFetch a user's mentions timelinefree
POSTapi/v1/twitter/users/{ref}/tweetsFetch a user's recent tweetsfree
POSTapi/v1/twitter/users/{ref}/verified_followersFetch a user's verified followersfree
POSTapi/v1/web/fetchFetch a web page as clean extracted contentfree
POSTapi/v1/web/searchRun a semantic web search with ranked resultsfree
POSTapi/v1/youtube/getFetch YouTube subtitles (VTT file via presigned URL)free