All Projects → colikno → 91porn Api

colikno / 91porn Api

🌭💦 91porn爬虫在线无限制API接口(永久有效,口令每日更新) 及 在线web预览

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to 91porn Api

arachnod
High performance crawler for Nodejs
Stars: ✭ 17 (-95.01%)
Mutual labels:  crawler, spider
galer
A fast tool to fetch URLs from HTML attributes by crawl-in.
Stars: ✭ 138 (-59.53%)
Mutual labels:  crawler, spider
slime
🍰 一个可视化的爬虫平台
Stars: ✭ 27 (-92.08%)
Mutual labels:  crawler, spider
Toapi
Every web site provides APIs.
Stars: ✭ 3,209 (+841.06%)
Mutual labels:  crawler, spider
Crawlertutorial
爬蟲極簡教學(fetch, parse, search, multiprocessing, API)- PTT 為例
Stars: ✭ 282 (-17.3%)
Mutual labels:  crawler, spider
crawler
A simple and flexible web crawler framework for java.
Stars: ✭ 20 (-94.13%)
Mutual labels:  crawler, spider
ZhengFang System Spider
🐛一只登录正方教务管理系统,爬取数据的小爬虫
Stars: ✭ 21 (-93.84%)
Mutual labels:  crawler, spider
Laravel Crawler Detect
A Laravel wrapper for CrawlerDetect - the web crawler detection library
Stars: ✭ 227 (-33.43%)
Mutual labels:  crawler, spider
Hacker News Digest
📰 A responsive interface of Hacker News with summaries and thumbnails.
Stars: ✭ 278 (-18.48%)
Mutual labels:  crawler, spider
Gopa
[WIP] GOPA, a spider written in Golang, for Elasticsearch. DEMO: http://index.elasticsearch.cn
Stars: ✭ 277 (-18.77%)
Mutual labels:  crawler, spider
Magic google
Google search results crawler, get google search results that you need
Stars: ✭ 247 (-27.57%)
Mutual labels:  crawler, spider
Weixin Spider
微信公众号爬虫,公众号历史文章,文章评论,文章阅读及在看数据,可视化web页面,可部署于Windows服务器。基于Python3之flask/mysql/redis/mitmproxy/pywin32等实现,高效微信爬虫,微信公众号爬虫,历史文章,文章评论,数据更新。
Stars: ✭ 287 (-15.84%)
Mutual labels:  crawler, spider
Fast Lianjia Crawler
直接通过链家 API 抓取数据的极速爬虫,宇宙最快~~ 🚀
Stars: ✭ 247 (-27.57%)
Mutual labels:  crawler, spider
flink-crawler
Continuous scalable web crawler built on top of Flink and crawler-commons
Stars: ✭ 48 (-85.92%)
Mutual labels:  crawler, spider
Ppspider
web spider built by puppeteer, support task-queue and task-scheduling by decorators,support nedb / mongodb, support data visualization; 基于puppeteer的web爬虫框架,提供灵活的任务队列管理调度方案,提供便捷的数据保存方案(nedb/mongodb),提供数据可视化和用户交互的实现方案
Stars: ✭ 237 (-30.5%)
Mutual labels:  crawler, spider
WebCrawler
一个轻量级、快速、多线程、多管道、灵活配置的网络爬虫。
Stars: ✭ 39 (-88.56%)
Mutual labels:  crawler, spider
Jd mask robot
京东口罩库存监控爬虫(非selenium),扫码登录、查价、加购、下单、秒杀
Stars: ✭ 216 (-36.66%)
Mutual labels:  crawler, spider
Chromium for spider
dynamic crawler for web vulnerability scanner
Stars: ✭ 220 (-35.48%)
Mutual labels:  crawler, spider
Bt Btt
磁力網站U3C3介紹以及域名更新
Stars: ✭ 261 (-23.46%)
Mutual labels:  crawler, spider
Gospider
golang实现的爬虫框架,使用者只需关心页面规则,提供web管理界面。基于colly开发。
Stars: ✭ 285 (-16.42%)
Mutual labels:  crawler, spider

91Porn-crawler

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

最新地址https://eyey.pw

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

API版接口

接口baseUrl: https://91povideo.com/api/ (已被GFW屏蔽)
备用1: https://ayay.pw/api/
备用2: https://byby.pw/api/ 备用3: https://eyey.pw/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].