Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

Shein Scraper API

Oxylabs promo code

YouTube

Oxylabs Shein Scraper (part of all-in-one Web Scraper API) is a real-time data gathering solution that uses a fast-adapting infrastructure for effortless Shein product data extraction. It combines automated proxy management, unblocking, and parsing to collect structured data from any public website at scale.

This brief guide explains how the Shein Scraper works and provides code examples to get started right away.

How it works

You can get Shein results by providing your own URLs to our service. We can return the HTML, parsed JSON, or Markdown output for any Shein page you like.

Python code example

The example below illustrates how you can get HTML of Shein page.

import requests from pprint import pprint # Structure payload. payload = { 'source': 'universal', 'url': 'https://m.shein.com/eur/kids?lang=en&ref=m&rep=dir&ret=meur' } # Get response. response = requests.request( 'POST', 'https://realtime.oxylabs.io/v1/queries', auth=('user', 'pass1'), json=payload, ) # Instead of response with job status and results url, this will return the # JSON response with the result. pprint(response.json())

Find code examples for other programming languages here

Output Example

{ "results": [ { "content": " \n\n <!DOCTYPE html>\n<html\n lang=\"en\"\n mir=\"ltr\"\n brd=\"sh\"\n>\n\n<head>\n <meta name=\"theme-color\" ... </html>", "created_at": "2023-12-18 10:36:00", "updated_at": "2023-12-18 10:36:02", "page": 1, "url": "https://m.shein.com/eur/kids?lang=en&ref=m&rep=dir&ret=meur", "job_id": "7142462499311336449", "status_code": 200 } ] }

With our Shein Scraper, you can seamlessly gather public data from any Shein web page. Retrieve the essential product details like fabric type, size availability, or customer ratings, to study the fashion industry trends and outperform your competitors. If you need any assistance, feel free to reach out to our dedicated support team via live chat or reach us at our email support@oxylabs.io.

关于 About

The Shein Scraper API is a powerful tool for extracting product data from Shein, a leading international e-commerce platform. Easily retrieve product details, pricing, and reviews for analysis.
sheinshein-apishein-api-githubshein-scrapershein-scraper-apishein-scrapingshein-web-scraper

语言 Languages

Java30.1%
C#24.7%
PHP11.9%
Go11.7%
JavaScript9.5%
Python8.4%
Shell3.7%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
4
Total Commits
峰值: 1次/周
Less
More

核心贡献者 Contributors