News Media
Phys.org logo

Phys.org API

phys.org

Phys.org - science subject categories, article listings, and latest research stories.

Actions
3
Category
News Media
Login
Not required
Output
JSON

Call the Phys.org API

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

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_phys_org_category_article_listing_pagination",
    "params": {
      "category_slug": "physics-news",
      "page_offset": "0",
      "cache_ts": "1780801263327"
    }
  }'

3 actions on phys.org

Read

  • Category Article Pagination

    act_phys_org_category_article_listing_paginationread2 credits / call

    Returns the next page of category articles with titles, URLs, and summaries.

    category_slug
    string · required
    page_offset
    string · required
    cache_ts
    string · required
  • Category Navigation

    act_phys_org_category_navigationread1 credit / call

    Returns the subject category navigation tree with labels and subcategory links.

  • Latest Stories Pagination

    act_phys_org_latest_stories_paginationread2 credits / call

    Returns additional pages of the latest stories with titles, URLs, and summaries.

    page_offset
    string · required
    cache_ts
    string · required

Phys.org API questions

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

All News Media sites