All Projects → colikno → 91porn Crawler

colikno / 91porn Crawler

🌭💦 91porn爬虫在线API接口(永久有效) 及 在线web预览

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to 91porn Crawler

Sitemap Generator
Easily create XML sitemaps for your website.
Stars: ✭ 273 (-17.02%)
Mutual labels:  crawler
Weixin Spider
微信公众号爬虫,公众号历史文章,文章评论,文章阅读及在看数据,可视化web页面,可部署于Windows服务器。基于Python3之flask/mysql/redis/mitmproxy/pywin32等实现,高效微信爬虫,微信公众号爬虫,历史文章,文章评论,数据更新。
Stars: ✭ 287 (-12.77%)
Mutual labels:  crawler
Supercrawler
A web crawler. Supercrawler automatically crawls websites. Define custom handlers to parse content. Obeys robots.txt, rate limits and concurrency limits.
Stars: ✭ 306 (-6.99%)
Mutual labels:  crawler
Hacker News Digest
📰 A responsive interface of Hacker News with summaries and thumbnails.
Stars: ✭ 278 (-15.5%)
Mutual labels:  crawler
Gospider
golang实现的爬虫框架,使用者只需关心页面规则,提供web管理界面。基于colly开发。
Stars: ✭ 285 (-13.37%)
Mutual labels:  crawler
Ghcrawler
Crawl GitHub APIs and store the discovered orgs, repos, commits, ...
Stars: ✭ 293 (-10.94%)
Mutual labels:  crawler
Arachni
Web Application Security Scanner Framework
Stars: ✭ 2,942 (+794.22%)
Mutual labels:  crawler
Dom Crawler
The DomCrawler component eases DOM navigation for HTML and XML documents.
Stars: ✭ 3,499 (+963.53%)
Mutual labels:  crawler
Sasila
一个灵活、友好的爬虫框架
Stars: ✭ 286 (-13.07%)
Mutual labels:  crawler
Toapi
Every web site provides APIs.
Stars: ✭ 3,209 (+875.38%)
Mutual labels:  crawler
Dotnetspider
DotnetSpider, a .NET standard web crawling library. It is lightweight, efficient and fast high-level web crawling & scraping framework
Stars: ✭ 3,233 (+882.67%)
Mutual labels:  crawler
Crawlertutorial
爬蟲極簡教學(fetch, parse, search, multiprocessing, API)- PTT 為例
Stars: ✭ 282 (-14.29%)
Mutual labels:  crawler
Hquery.php
An extremely fast web scraper that parses megabytes of invalid HTML in a blink of an eye. PHP5.3+, no dependencies.
Stars: ✭ 295 (-10.33%)
Mutual labels:  crawler
Gopa
[WIP] GOPA, a spider written in Golang, for Elasticsearch. DEMO: http://index.elasticsearch.cn
Stars: ✭ 277 (-15.81%)
Mutual labels:  crawler
Scylla
Intelligent proxy pool for Humans™ (Maintainer needed)
Stars: ✭ 3,409 (+936.17%)
Mutual labels:  crawler
Rcrawler
An R web crawler and scraper
Stars: ✭ 274 (-16.72%)
Mutual labels:  crawler
Python Automation Scripts
Simple yet powerful automation stuffs.
Stars: ✭ 292 (-11.25%)
Mutual labels:  crawler
Tsec
台灣上市上櫃股票爬蟲 Taiwan Stock Exchange Crawler
Stars: ✭ 327 (-0.61%)
Mutual labels:  crawler
Crawlerforreader
Android 本地网络小说爬虫,基于jsoup及xpath
Stars: ✭ 312 (-5.17%)
Mutual labels:  crawler
Go Dork
The fastest dork scanner written in Go.
Stars: ✭ 274 (-16.72%)
Mutual labels:  crawler

91Porn-crawler

91porn爬虫在线api 及 在线web预览

Web版

91手机快捷站

今日口令(每日21:00更新 )3ef48,时效:1天,总次数:1000

API版接口

接口baseUrl: https://91povideo.com/api/

接口:获取视频列表

描述 内容
接口功能 请求91porn视频列表
请求协议 HTTPS
请求方法 GET
请求url list_info
响应格式 json

请求参数

参数 描述 必填 类型
category 列表种类 :rf-精华 tf-本月最热 空字符串-所有视频 String
page 页码 int

响应参数

参数 描述 必有 类型
totalPage 总页数 String
currentPage 当前页 String
category 回显列表种类字段 String
list 视频列表,object格式见下 Array[Object]

list object结构,如下:

参数 描述 必有 类型
viewkey 视频viewkey String
title 视频标题 String
pic 封面图片URL String
duration 视频时长 String
loadtime 上传日期 String
authorName 作者名字 String

请求示例

https://91povideo.com/api/list_info?category=&page=1

响应示例

{
	"success": 1,
	"data": {
		"key": "1rf",
		"list": [{
			"viewkey": "c8cf551c39e0421239a2",
			"title": "标题示例1",
			"pic": "http://img.t6k.co/thumb/1_357370.jpg",
			"duration": "21:52",
			"loadtime": "9小时前",
			"authorName": "作者名字1"
		}, {
			"viewkey": "406e4a6c648a881a81d0",
			"title": "标题示例2",
			"pic": "http://img.t6k.co/thumb/1_357369.jpg",
			"duration": "11:23",
			"loadtime": "11小时前",
			"authorName": "作者名字2"
		}],
		"totalPage": "146",
		"currentPage": "1",
		"category": "rf"
	}
}

接口:获取视频详情

描述 内容
接口功能 请求91porn视频详情
请求协议 HTTPS
请求方法 GET
请求url video_info
响应格式 json

请求参数

参数 描述 必填 类型
viewkey 视频viewkey,列表接口中获取 String
userKey (K大写) 口令(购买口令 String

响应参数

参数 描述 必有 类型
filename 视频编号 String
viewkey 总页数 String
title 当前页 String
duration 回显列表种类字段 String
posterUrl 视频列表,object格式见下 String
videoSrc 视频文件URL String
authorInfo 作者信息(格式见下) Object

authorInfo格式:

参数 描述 必有
name 作者用户名 String
UID 作者UID String
videoNum 作者视频数 String

请求示例

https://91povideo.com/api/video_info?viewkey=b61b439af0d4ae20b0dd&userKey=abcde

响应示例

{
	"success": 1,
	"data": {
		"filename": "357411",
		"viewkey": "b61b439af0d4ae20b0dd",
		"title": "视频标题",
		"duration": "00:15",
		"posterUrl": "http://img2.t6k.co/thumb/357411.jpg",
		"authorInfo": {
			"name": "pangweihe",
			"UID": "23b4LzN97E18ASeQKLzukCCzL8GsHiZe1UmrKSKT7MDNb5tu",
			"videoNum": 1
		},
		"videoSrc": "视频文件地址"
	}
}

购买口令

购买口令

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].