Skip to content
Eden Engine

Internship Posting Detail (by Listing ID)

omnial/get-internship-detail

Given an internship listing's ID (the objectID from an internship search result), returns the full posting detail: listing name and type, the hiring organization (name, type, logo, focus areas), the workplace address, and remote-work options. An ID that does not match any listing returns an empty result rather than an error -- see verification.notes and usage.md.

activeper callv1
Provider
Web & Business Data Network
Category
jobs
Provider price
$0.01365 per call
Latency p50 / p95
— / —
Success rate
—
Verified
—

Provider list price; Omnial MCP charges provider cost plus a platform markup on top.

Contract

input_schema.json
{
  "type": "object",
  "required": [
    "id"
  ],
  "properties": {
    "id": {
      "type": "string",
      "description": "Internship ID (objectID from search_internships results)"
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "properties": {
    "data": {
      "type": "object",
      "properties": {
        "data": {
          "type": "object",
          "properties": {
            "id": {
              "type": "string"
            },
            "org": {
              "type": "object",
              "properties": {
                "id": {
                  "type": "string"
                },
                "url": {
                  "type": "object",
                  "properties": {
                    "en": {
                      "type": "string"
                    },
                    "es": {
                      "type": "string"
                    },
                    "pt": {
                      "type": "string"
                    }
                  },
                  "description": "Relative paths (not full URLs -- no scheme/host, so not flagged by census.json's urlLeaves) to the org's own public profile page on the vendor's site, per locale.",
                  "additionalProperties": true
                },
                "logo": {
                  "type": "object",
                  "properties": {
                    "size": {
                      "type": "number",
                      "description": "Bytes."
                    },
                    "width": {
                      "type": "number"
                    },
                    "fileId": {
                      "type": "string"
                    },
                    "handle": {
                      "type": "string",
                      "description": "A file-storage handle used to build the logo image's URL."
                    },
                    "height": {
                      "type": "number"
                    },
                    "filename": {
                      "type": "string"
                    },
                    "mimetype": {
                      "type": "string"
                    }
                  },
                  "additionalProperties": true
                },
                "name": {
                  "type": "string"
                },
                "locale": {
                  "type": "string"
                },
                "address": {
                  "type": "object",
                  "properties": {
                    "city": {
                      "type": "string"
                    },
                    "country": {
                      "type": "string"
                    },
                    "stateCode": {
                      "type": "string"
                    }
                  },
                  "description": "The organization's own city-level location (no street address at this nesting).",
                  "additionalProperties": true
                },
                "orgType": {
                  "type": "string",
                  "description": "Observed as 'NONPROFIT' on the one real capture."
                },
                "areasOfFocusKeys": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  },
                  "description": "The org's cause/focus-area tags, e.g. 'CIVIC_ENGAGEMENT'."
                }
              },
              "description": "The hiring organization -- the core 'who would I work for' value of this tool.",
              "additionalProperties": true
            },
            "type": {
              "type": "string",
              "description": "Observed as 'UNPUBLISHED_INTERNSHIP' on the one real capture; other values unconfirmed."
            },
            "hasAts": {
              "type": "boolean"
            },
            "locale": {
              "type": "string"
            },
            "address": {
              "type": "object",
              "properties": {
                "city": {
                  "type": "string"
                },
                "full": {
                  "type": "string",
                  "description": "The complete, single-line workplace address."
                },
                "line1": {
                  "type": "string"
                },
                "line2": {
                  "description": "Observed as null (no suite/unit line) on the one real capture; a string when present."
                },
                "state": {
                  "type": "string"
                },
                "country": {
                  "type": "string"
                },
                "zipcode": {
                  "type": "string"
                },
                "latitude": {
                  "type": "number"
                },
                "longitude": {
                  "type": "number"
                },
                "stateCode": {
                  "type": "string"
                },
                "locationHidden": {
                  "type": "boolean"
                }
              },
              "description": "The internship's own workplace address (a business/office address, not any individual's home) -- see verification.notes for the contact-class review.",
              "additionalProperties": true
            },
            "listingName": {
              "type": "string",
              "description": "The listing's own title, e.g. 'Internship' on the one real capture observed."
            },
            "remoteOptions": {
              "type": "object",
              "properties": {
                "remoteZone": {
                  "type": "string",
                  "description": "Observed as 'COUNTRY' on the one real capture."
                },
                "remoteState": {
                  "description": "Observed as null on the one real capture; a state code when the zone is narrower."
                },
                "locationType": {
                  "type": "string",
                  "description": "Observed as 'REMOTE' on the one real capture."
                },
                "remoteCountry": {
                  "type": "string"
                }
              },
              "additionalProperties": true
            },
            "orgLogoOverride": {
              "description": "Observed as null on the one real capture. Presumably a replacement logo reference when overridden, but no populated example exists to confirm the shape."
            },
            "orgNameOverride": {
              "description": "Observed as null on the one real capture. Presumably a replacement organization display name when `hasOrgNameOverride` is true, but no populated example exists to confirm the shape."
            },
            "hasOrgNameOverride": {
              "type": "boolean"
            },
            "isPostedAnonymously": {
              "type": "boolean"
            },
            "orgPublishedInternshipsCount": {
              "type": "number"
            }
          },
          "additionalProperties": true
        }
      },
      "additionalProperties": true
    },
    "status": {
      "type": "string",
      "description": "'success' on the one real found-listing capture observed."
    }
  },
  "description": "The internship detail result, as returned at routing.responseResultPath ($.output). An unmatched id shapes to `{}` -- see `invalid-id-notfound.json`.",
  "additionalProperties": true
}

Pricing

Every real charge, itemised. A model that quietly omits one is a slow financial leak, so nothing here is rolled up, and a charge that only applies to some inputs says so rather than being added in.

Prices in this catalog are the provider's own list price, not your bill: Omnial MCP charges provider cost plus a platform markup on top, so what you are charged is higher than the figure shown. For the exact amount a specific call will cost, run omnial_execute with dry_run: true; that number includes the markup and is what we hold while the call runs. It is a quote, not a cap on the charge.

ChargeRate
Per call
Flat, regardless of what comes back
$0.01365
Cost basis
Not recorded

This tool's catalog entry does not record how its final bill is determined, so we will not tell you whether its cost is fixed before the call or reported by the provider afterwards. Either way what is held is a quote rather than a cap: you are charged what the call actually costs, bounded at 2x the quote.

Updated
Sep 23, 2026