{"id":33944443,"url":"https://github.com/shjia/taobao_spider","last_synced_at":"2026-04-01T20:45:40.183Z","repository":{"id":57049661,"uuid":"136628939","full_name":"shjia/taobao_spider","owner":"shjia","description":"淘宝、天猫商品爬虫","archived":false,"fork":false,"pushed_at":"2018-08-01T02:16:04.000Z","size":148,"stargazers_count":16,"open_issues_count":0,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-12-14T05:49:42.574Z","etag":null,"topics":["php","spider","taobao","tmall"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shjia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-06-08T14:24:35.000Z","updated_at":"2023-04-13T11:23:48.000Z","dependencies_parsed_at":"2022-08-23T19:10:16.814Z","dependency_job_id":null,"html_url":"https://github.com/shjia/taobao_spider","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/shjia/taobao_spider","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shjia%2Ftaobao_spider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shjia%2Ftaobao_spider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shjia%2Ftaobao_spider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shjia%2Ftaobao_spider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shjia","download_url":"https://codeload.github.com/shjia/taobao_spider/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shjia%2Ftaobao_spider/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31291797,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["php","spider","taobao","tmall"],"created_at":"2025-12-12T17:09:50.089Z","updated_at":"2026-04-01T20:45:40.168Z","avatar_url":"https://github.com/shjia.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 淘宝、天猫商品爬虫\n\n[![Latest Stable Version](https://poser.pugx.org/shjia/taobao_spider/v/stable)](https://packagist.org/packages/shjia/taobao_spider)\n[![Total Downloads](https://poser.pugx.org/shjia/taobao_spider/downloads)](https://packagist.org/packages/shjia/taobao_spider)\n[![License](https://poser.pugx.org/shjia/taobao_spider/license)](https://packagist.org/packages/shjia/taobao_spider)\n\n配置淘宝商品ID，通过Web版和H5版本的HTML、API数据结合，抓取淘宝、天猫商品的数据\n\n## Requirement\n\n## Installation\n\n```shell\ncomposer require \"shjia/taobao_spider:~1.0\"\n```\n\n## Usage\n\n```php\n\u003c?php\nrequire_once 'src/spider.php';\n\nuse Ezspider\\spider;\n\n$importModel = new \\Ezspider\\spider;\n\n$importModel-\u003esetItemId('569643840385');\nif(empty($importModel-\u003einitGoodsPlatform())){\n    return;\n}\n\n$params['name'] = $importModel-\u003egetGoodsTitle();\n$params['image'] = $importModel-\u003egetPreviewImg();\n$params['detail'] = $importModel-\u003egetDetails();\n\n\nprint_r($params);\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshjia%2Ftaobao_spider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshjia%2Ftaobao_spider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshjia%2Ftaobao_spider/lists"}