Post Scraper
This API can be used for scraping any person or company post. You just have to pass the post URL to our API.
You have to send a GET request to https://api.scrapingdog.com/profile/post
along with the below given parameters. Each successful request will cost 5
credits.
Parameters
Parameters
Description
api_key required
Your personal API key. Available on your dashboard Type: String
id required
Post ID. Type: String
API Example
curl "https://api.scrapingdog.com/profile/post?api_key=APIKEY&id=6976499964512243712"
Last updated