Research
Stanford Encyclopedia of Philosophy logo

Stanford Encyclopedia of Philosophy API

plato.stanford.edu

Stanford Encyclopedia of Philosophy - search, A-Z browse, articles, and bibliographies.

Actions
4
Category
Research
Login
Not required
Output
JSON

Call the Stanford Encyclopedia of Philosophy API

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

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_plato_stanford_edu_topic_browse_az",
    "params": {}
  }'

4 actions on plato.stanford.edu

Read

  • Browse Topics A Z

    act_plato_stanford_edu_topic_browse_azread1 credit / call

    Returns the full A-Z table of contents listing every entry slug and title.

  • Entry Citation Info

    act_plato_stanford_edu_entry_citation_inforead1 credit / call

    Returns citation, BibTeX, and archived-edition bibliography metadata for an entry.

    entry
    string · required
  • Full Article

    act_plato_stanford_edu_article_fullread1 credit / call

    Returns a complete article including title, authors, revision date, body, and related entries.

    entry_slug
    string · required
  • Search Entries

    act_plato_stanford_edu_search_resultsread1 credit / call

    Returns ranked entry titles, slugs, authors, and snippets by keyword.

    search_query
    string · required

Stanford Encyclopedia of Philosophy API questions

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

All Research sites