惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

N
Netflix TechBlog - Medium
V
Vulnerabilities – Threatpost
Google Online Security Blog
Google Online Security Blog
Hugging Face - Blog
Hugging Face - Blog
L
LINUX DO - 热门话题
云风的 BLOG
云风的 BLOG
P
Proofpoint News Feed
D
Docker
C
Cyber Attacks, Cyber Crime and Cyber Security
MyScale Blog
MyScale Blog
P
Palo Alto Networks Blog
T
Tenable Blog
P
Privacy International News Feed
Google DeepMind News
Google DeepMind News
小众软件
小众软件
Cisco Talos Blog
Cisco Talos Blog
aimingoo的专栏
aimingoo的专栏
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
A
Arctic Wolf
C
Cybersecurity and Infrastructure Security Agency CISA
C
Cisco Blogs
T
Threat Research - Cisco Blogs
NISL@THU
NISL@THU
The Hacker News
The Hacker News
Project Zero
Project Zero
AWS News Blog
AWS News Blog
Simon Willison's Weblog
Simon Willison's Weblog
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
T
Threatpost
V
Visual Studio Blog
The GitHub Blog
The GitHub Blog
The Cloudflare Blog
Last Week in AI
Last Week in AI
Jina AI
Jina AI
Cyberwarzone
Cyberwarzone
The Register - Security
The Register - Security
C
CXSECURITY Database RSS Feed - CXSecurity.com
Vercel News
Vercel News
D
Darknet – Hacking Tools, Hacker News & Cyber Security
MongoDB | Blog
MongoDB | Blog
U
Unit 42
Scott Helme
Scott Helme
A
About on SuperTechFans
WordPress大学
WordPress大学
F
Fortinet All Blogs
大猫的无限游戏
大猫的无限游戏
G
GRAHAM CLULEY
Latest news
Latest news
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
S
Schneier on Security

博客园 - HeFlying

站长选择广告联盟的建议:比较谷歌Adsense、百度联盟、阿里妈妈 - HeFlying - 博客园 AddThis & AddFeed WordPress插件发布 [转] 中国版AddThis(收藏按钮):方便读者收藏,增加博客流量! 博客开放模块、Widget、Gadget UWA开发:信用卡还款提醒日历(附代码) - HeFlying - 博客园 我们的“网站备案”怎么了? Google统计(Analytics)推出超强新功能 Sitemap(搜索引擎网站地图) Google Adsense又添新广告投放形式:AdSense for Feeds 2008-08-08:觅搜(改版)发布在奥运日 对“中文搜索引擎流量百度占74.88%”的解读 我们的网站备案 (不知道中国那么多通信管理局都是干什么吃的???) Flickr 被封! XSL学习笔记:XSLT优先级问题 “就业歧视”这个话题好象讨论得很热 Adobe Creative Suite 3 下载(包括MAC版) 和 收集的一些资料 微软发布IE开发者工具条1.0正式版 中国网络工程师侠客行大会 通讯录 搜索引擎专场:Jan Pedersen的Search Engine Secrets
觅搜:使用Search API建立的元搜索引擎
HeFlying · 2008-08-14 · via 博客园 - HeFlying

在改版之前,实现元搜索的方法全部是通过服务器端抓取,然后返回到客户端分析、去重、排序。最近关注的Google APIs里有很多的Search API,所以就搜集了Google Web Search API, Yahoo Web Search API, Live Search API,可惜国内中文的搜索引擎可能是没兴趣发展这些技术、也可能出于保护的目的,都没有发布Search API。我的观点是:网络是开放的,发布API后,确实会失去一些东西,但会得到更多的东西。

对于没有发布API的搜索引擎,我直接在服务器端抓取,返回自己定义的API接口,这样对于整个网站来说,所有SE都有API了。

由于考虑到执行时间问题,觅搜默认加入的源 SE只有:Google、baidu、Live三个,给它们的排序权重(可信度)分别是:32、23、23。可信度用户可以自己设定进行重新排序。

为了提供更好的搜索体验,觅搜在同一页面加入了最常用的几个搜索引擎,实现一站式搜索,如果用户想在不同的搜索引擎中搜索东西,就不用繁琐地输网址、输关键词了。

本站主要运用Ajax + Json + Xhtml 1.0 + CSS 2.0 实现,工作量不大,主要是要熟悉几个SE的API,还有自己写些js,具体细节和资料我会在觅搜博客中和大家交流分享。