代码语言
.
CSharp
.
JS
Java
Asp.Net
C
MSSQL
PHP
Css
PLSQL
Python
Shell
EBS
ASP
Perl
ObjC
VB.Net
VBS
MYSQL
GO
Delphi
AS
DB2
Domino
Rails
ActionScript
Scala
代码分类
文件
系统
字符串
数据库
网络相关
图形/GUI
多媒体
算法
游戏
Jquery
Extjs
Android
HTML5
菜单
网页交互
WinForm
控件
企业应用
安全与加密
脚本/批处理
开放平台
其它
【
Python
】
seo市场竞争度查询工具
作者:
otine
/ 发布于
2012/12/4
/
677
# -*- coding: utf-8 -*- from bs4 import BeautifulSoup import urllib2,re,time keys=["玩具","儿童玩具","少儿玩具","智力玩具","益智玩具","安全玩具"] urls={}#放排名总合#小数部分存放找到次数整数部分存放排名总数 urls1={}#放排名次数 urls2={}#放平均排名 urls3={}#计算关键词覆盖率 for key in keys: key=urllib2.quote(key)#汉字转码 html=urllib2.urlopen("http://www.baidu.com/s?word=%s" %key) soup=BeautifulSoup(html) n=1 for tables in soup.find_all("table",class_=re.compile("result"),id=re.compile("\d{1,2}")): if tables.get("mu") and not tables.find("span","g"):#百度产品 #mu="baidu.com/link?url=为百度知道baidu.com/s?tn=baidurt&rtt=1是新闻 print n, if tables.get("mu").find("link?url=")+1: print "zhidao.baidu.com" url="zhidao.baidu.com" elif tables.get("mu").find("s?tn=baidurt")+1: print "news.baidu.com" url="news.baidu.com" else: print tables.get("mu").split("http://")[1].split("/")[0] url=tables.get("mu").split("http://")[1].split("/")[0] else: print n, if tables.find("span","g").get_text().find("wenku.baidu")+1: print "wenku.baidu.com" url="wenku.baidu.com" else: print tables.find("span","g").get_text().split(" ")[2].split("/")[0] url=tables.find("span","g").get_text().split(" ")[2].split("/")[0] try: urls[url]+=n urls1[url]+=1 except: urls[url]=n urls1[url]=1 n+=1 print urls print "\n"*3 for each in urls: urls2[each]=urls[each]/urls1[each] print each print "total sum position is "+str(urls[each]) print "Ranked "+str(urls1[each])+" Keywords" print "Keywords coverage is "+str(float(urls1[each])/len(keys)*100).split(".")[0]+"%" print "average position is "+str(urls2[each]) print "\n"*4
试试其它关键字
seo
同语言下
.
比较两个图片的相似度
.
过urllib2获取带有中文参数的url内容
.
不下载获取远程图片的宽度和高度及文件大小
.
通过qrcode库生成二维码
.
通过httplib发送GET和POST请求
.
Django下解决小文件下载
.
遍历windows的所有窗口并输出窗口标题
.
根据窗口标题调用窗口
.
python 抓取搜狗指定公众号
.
pandas读取指定列
可能有用的
.
C#实现的html内容截取
.
List 切割成几份 工具类
.
SQL查询 多列合并成一行用逗号隔开
.
一行一行读取txt的内容
.
C#动态修改文件夹名称(FSO实现,不移动文件)
.
c# 移动文件或文件夹
.
c#图片添加水印
.
Java PDF转换成图片并输出给前台展示
.
网站后台修改图片尺寸代码
.
处理大图片在缩略图时的展示
otine
贡献的其它代码
(
1
)
.
seo市场竞争度查询工具
Copyright © 2004 - 2024 dezai.cn. All Rights Reserved
站长博客
粤ICP备13059550号-3