datapoint.market_ ALPHA v0.0.1

Bank Marketing

API

Sold by Data 37

Portuguese bank direct-marketing campaign records for predicting term-deposit subscription. Source: UCI Machine Learning Repository — https://archive.ics.uci.edu/dataset/222 Data vintage: 2008–2010 (published 2012) Cleaned and reformatted from the original; see source page for full documentation and citation.

★ Free▣ DS-ready⤓ dataset · csv
Price per download Free no payment
Method GET
Networks
Format csv download
License UCI ML Repository. Most datasets are licensed CC BY 4.0 — cite the dataset page.

The URL

Send a GET request — parameters go in the query string — no payment, no API key. The relay returns the origin's JSON response directly.

https://api.datapoint.market/r/data37/bank-marketing

Example request

{}

Response shape

Fields

  • object
    • columns array of
      • string
    • note string
    • sample_rows array of
      • object
        • age string client age
        • balance string average yearly account balance (EUR)
        • campaign string contacts performed during this campaign
        • contact string last contact communication type
        • day string last contact day of month
        • default string · yes | no has credit in default?
        • duration string last contact duration (seconds) — leaks the target; drop for realistic models
        • education string education level
        • housing string · yes | no has housing loan?
        • job string job type
        • loan string · yes | no has personal loan?
        • marital string marital status
        • month string last contact month
        • pdays string days since last contact in a previous campaign (-1 = never)
        • poutcome string outcome of the previous campaign
        • previous string contacts before this campaign
        • y string · yes | no client subscribed a term deposit — the target variable

Example rows

agejobmaritaleducationdefaultbalancehousingloancontactdaymonthdurationcampaignpdayspreviouspoutcomey
58managementmarriedtertiaryno2143yesnounknown5may2611-10unknownno
44techniciansinglesecondaryno29yesnounknown5may1511-10unknownno
33entrepreneurmarriedsecondaryno2yesyesunknown5may761-10unknownno
Example response (JSON)
{
  "columns": [
    "age",
    "job",
    "marital",
    "education",
    "default",
    "balance",
    "housing",
    "loan",
    "contact",
    "day",
    "month",
    "duration",
    "campaign",
    "pdays",
    "previous",
    "poutcome",
    "y"
  ],
  "note": "Free preview. Full file delivered on download.",
  "sample_rows": [
    {
      "age": "58",
      "job": "management",
      "marital": "married",
      "education": "tertiary",
      "default": "no",
      "balance": "2143",
      "housing": "yes",
      "loan": "no",
      "contact": "unknown",
      "day": "5",
      "month": "may",
      "duration": "261",
      "campaign": "1",
      "pdays": "-1",
      "previous": "0",
      "poutcome": "unknown",
      "y": "no"
    },
    {
      "age": "44",
      "job": "technician",
      "marital": "single",
      "education": "secondary",
      "default": "no",
      "balance": "29",
      "housing": "yes",
      "loan": "no",
      "contact": "unknown",
      "day": "5",
      "month": "may",
      "duration": "151",
      "campaign": "1",
      "pdays": "-1",
      "previous": "0",
      "poutcome": "unknown",
      "y": "no"
    },
    {
      "age": "33",
      "job": "entrepreneur",
      "marital": "married",
      "education": "secondary",
      "default": "no",
      "balance": "2",
      "housing": "yes",
      "loan": "yes",
      "contact": "unknown",
      "day": "5",
      "month": "may",
      "duration": "76",
      "campaign": "1",
      "pdays": "-1",
      "previous": "0",
      "poutcome": "unknown",
      "y": "no"
    }
  ]
}
declaredfresh

Call it from the shell

curl 'https://api.datapoint.market/r/data37/bank-marketing'

Call it from an agent

Connected in Claude (or any agent on the connector)? Buy it in one call — no API key, no signup. Call it once with no payment to take a free trial (real data) or get a price quote before you pay.

call_endpoint("data37", "bank-marketing", params={})
Free to call

This endpoint is free — no account, no API key, no payment. Just call the URL and the relay returns the origin's response.

Buyer guide →

Provider: Data 37