Marketing
Copy.ai logo

Copy.ai API

copy.ai

Copy.ai - use-case pages, pricing plans, homepage content, and blog articles.

Actions
4
Category
Marketing
Login
Not required
Output
JSON

Call the Copy.ai API

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

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

4 actions on copy.ai

Read

  • Blog Listing

    act_copy_ai_blog_listingread2 credits / call

    Returns blog article cards with titles, slugs, summaries, dates, and links by page.

    blog_page
    string · required
  • Homepage Content

    act_copy_ai_homepage_ssrread1 credit / call

    Returns homepage content including hero headline, subheadline, page title, and meta description.

  • Pricing Page

    act_copy_ai_pricing_pageread1 credit / call

    Returns pricing plan tiers, prices, billing options, and feature comparison details.

  • Use Case Details

    act_copy_ai_use_case_detailread1 credit / call

    Returns a use-case page by slug with its title, description, and feature details.

    use_case_slug
    string · required

Copy.ai API questions

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

All Marketing sites