Entertainment
AllPoetry logo

AllPoetry API

allpoetry.com

AllPoetry - poems by theme, full poem pages, and poet profiles.

Actions
7
Category
Entertainment
Login
Not required
Output
JSON

Call the AllPoetry API

Submit a task, then poll the job until it settles. This example runs act_allpoetry_com_featured_picks_feed.

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_allpoetry_com_featured_picks_feed",
    "params": {
      "page": "1"
    }
  }'

7 actions on allpoetry.com

Read

  • Featured Picks Feed

    act_allpoetry_com_featured_picks_feedread2 credits / call

    Returns featured poem picks with titles, previews, authors, and likes.

    page
    string
  • Homepage Landing

    act_allpoetry_com_homepage_landingread1 credit / call

    Returns homepage poems with titles, authors, excerpts, and images.

  • Poem Details

    act_allpoetry_com_poem_detailread1 credit / call

    Returns a full poem with title, body, author name, username, theme tags, and metadata.

    poem_id
    string · required
    poem_slug
    string · required
  • Poet Poem Listing

    act_allpoetry_com_poet_poem_listingread2 credits / call

    Returns a paginated list of a poet's poems with titles, previews, IDs, slugs, and navigation.

    poet_username
    string · required
    page
    string · required
  • Poet Profile

    act_allpoetry_com_poet_profileread1 credit / call

    Returns a poet profile with display name, bio, member-since date, about text, and poem count.

    poet_username
    string · required
  • Theme Poem Listing

    act_allpoetry_com_theme_poem_listingread2 credits / call

    Returns a paginated list of newest theme poems with titles, previews, usernames, IDs, and cursors.

    theme_slug
    string · required
    sort_order
    string · required
    page
    string · required
    last_i
    string
  • Theme Section Landing

    act_allpoetry_com_theme_section_landingread1 credit / call

    Returns a theme landing page with title, description, and writing tips.

    theme_slug
    string · required

AllPoetry API questions

Is there an API for AllPoetry?
AllPoetry does not offer a public data API for this, but Anakin Wire provides 7 maintained endpoints for allpoetry.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 AllPoetry 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 allpoetry.com changes its markup, Anakin updates the action.
Do I need a AllPoetry account?
No. Every AllPoetry action listed here runs anonymously — no account and no credentials required.
What does the AllPoetry 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.

More Entertainment APIs

All Entertainment sites