
Product
Socket for Jira Is Now Available
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.
Example of use
⌛Youtube
const { ytdl } = require('jer-api')
import { ytdl } from 'jer-api'
const url = 'https://youtu.be/xxxxx'
let data = await ytdl(url)
console.log(data)
const { pindl } = require('jer-api')
import { pindl } from 'jer-api'
const url = 'https://pin.it/xxxxx'
let data = await pindl(url)
console.log(data)
⌛ Capcut
const { capcut } = require('jer-api')
import { capcut } from 'jer-api'
const url = 'https://www.capcut.com/t/xxxxx'
let data = await capcut(url)
console.log(data)
⌛Tiktok
const { tiktok } = require('jer-api')
import { tiktok } from 'jer-api'
const url = 'https://vt.tiktok.com/xxxxx'
let data = await tiktok(url)
console.log(data)
const { fbdl } = require('jer-api')
import { fbdl } from 'jer-api'
const url = 'https://www.facebook.com/share/r/xxxxx'
let data = await fbdl(url)
console.log(data)
⌛Soundcloud
const { soundcloud } = require('jer-api')
import { soundcloud } from 'jer-api'
const url = 'https://soundcloud.com/xxxxx'
let data = await soundcloud(url)
console.log(data)
const { igdl } = require('jer-api')
import { igdl } from 'jer-api'
const url = 'https://www.instagram.com/reel/xxxxx'
let data = await igdl(url)
console.log(data)
⌛Likee
const { likee } = require('jer-api')
import { likee } from 'jer-api'
const url = 'https://likee.video/xxxxx'
let data = await likee(url)
console.log(data)
Example of use
⌛Instagram stalk
const { igstalk } = require('jer-api')
import { igstalk } from 'jer-api'
const username = 'jerx_2'
let data = await igstalk(username)
console.log(data)
FAQs
Scraper social media downloader & stalk
The npm package jer-api receives a total of 1,047 weekly downloads. As such, jer-api popularity was classified as popular.
We found that jer-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.