Get Datasheet Url
get_datasheet_urlRetrieve the direct LCSC datasheet PDF and product page URL from a component's LCSC number. No network request needed; the URL is built directly from the LCSC part number.
Instructions
Get the LCSC datasheet URL for a component by LCSC number.
Returns the direct PDF URL and product page URL. No network request – URL is constructed from the LCSC number alone.
Example: get_datasheet_url("C179739") → https://www.lcsc.com/datasheet/C179739.pdf
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lcsc | Yes | LCSC part number, with or without "C" prefix (e.g. "C179739" or "179739") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |