Avclub API
avclub.com
Pop-culture site covering TV, film, and music with reviews, recaps, and features.
- Actions
- 6
- Category
- News
- Login
- Not required
- Output
- JSON
Call the Avclub API
Submit a task, then poll the job until it settles. This example runs act_avclub_com_article_detail_ssr.
curl -X POST https://api.anakin.io/v1/wire/task \
-H "X-API-Key: $ANAKIN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"action_id": "act_avclub_com_article_detail_ssr",
"params": {
"article_slug": "vampire-lestat-recap-episode-1-detroit"
}
}'6 actions on avclub.com
Read
Article Details
act_avclub_com_article_detail_ssrread1 credit / callReturns an article's headline, author, date, letter rating, section, and full body.
- article_slug
- string · required
Homepage Article Feed
act_avclub_com_homepage_article_feedread1 credit / callReturns homepage article cards with headlines, authors, dates, ratings, and slugs.
Music Article Listing
act_avclub_com_music_article_listingread2 credits / callReturns music lists and features articles with headlines, authors, dates, and slugs.
- sort
- string
Music Section Listing
act_avclub_com_music_section_listingread1 credit / callReturns music section articles with headlines, authors, dates, and slugs.
Search Results
act_avclub_com_search_resultsread2 credits / callSearches articles for a query and returns matching cards with headlines, authors, and dates.
- search_query
- string · required
TV Section Listing
act_avclub_com_tv_section_listingread1 credit / callReturns TV section articles with headlines, authors, dates, and slugs.
Avclub API questions
- Is there an API for Avclub?
- Avclub does not offer a public data API for this, but Anakin Wire provides 6 maintained endpoints for avclub.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
- How do I scrape Avclub data?
- POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when avclub.com changes its markup, Anakin updates the action.
- Do I need a Avclub account?
- No. Every Avclub action listed here runs anonymously — no account and no credentials required.
- What does the Avclub API cost?
- Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.