web_data_linkedin_job_listings
Extract structured LinkedIn job listings data from URLs using cached web data for reliable access without direct scraping.
Instructions
Quickly read structured linkedin job listings data This can be a cache lookup, so it can be more reliable than scraping
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes |
Input Schema (JSON Schema)
{
"properties": {
"url": {
"format": "uri",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}