<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>amarinepolisのブログ</title>
<link>https://ameblo.jp/amarinepolis/</link>
<atom:link href="https://rssblog.ameba.jp/amarinepolis/rss20.xml" rel="self" type="application/rss+xml" />
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
<description>ブログの説明を入力します。</description>
<language>ja</language>
<item>
<title>indeed-python-wrapper</title>
<description>
<![CDATA[ <p>indeed-python-wrapper</p><div class="ogpCard_root"><article class="ogpCard_wrap" contenteditable="false" style="display:inline-block;max-width:100%"><a class="ogpCard_link" data-ogp-card-log="" href="https://github.com/kashaziz/indeed-python-wrapper" rel="noopener noreferrer" style="display:flex;justify-content:space-between;overflow:hidden;box-sizing:border-box;width:620px;max-width:100%;height:120px;border:1px solid #e2e2e2;border-radius:4px;background-color:#fff;text-decoration:none" target="_blank"><span class="ogpCard_content" style="display:flex;flex-direction:column;justify-content:center;overflow:hidden;padding:0 24px"><span class="ogpCard_title" style="-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2;max-height:48px;line-height:1.4;font-size:16px;color:#333;text-align:left;font-weight:bold;overflow:hidden">kashaziz/indeed-python-wrapper</span><span class="ogpCard_description" style="overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.6;margin-top:4px;color:#757575;text-align:left;font-size:12px">A Python wrapper for Indeed Job Search API. Contribute to kashaziz/indeed-python-wrapper development by creating an account on GitHub.</span><span class="ogpCard_url" style="display:flex;align-items:center;line-height:1.6;margin-top:4px"><span class="ogpCard_iconWrap" style="position:relative;width:20px;height:20px;flex-shrink:0"><img alt="リンク" class="ogpCard_icon" height="20" loading="lazy" src="https://c.stat100.ameba.jp/ameblo/symbols/v3.20.0/svg/gray/editor_link.svg" style="position:absolute;top:0;bottom:0;right:0;left:0;height:100%;max-height:100%" width="20"></span><span class="ogpCard_urlText" style="overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#757575;font-size:12px">github.com</span></span></span><span class="ogpCard_imageWrap" style="position:relative;width:120px;height:120px;flex-shrink:0"><img alt="" class="ogpCard_image" data-ogp-card-image="" height="120" loading="lazy" src="https://avatars0.githubusercontent.com/u/33102556?s=400&amp;v=4" style="position:absolute;top:50%;left:50%;object-fit:cover;min-height:100%;min-width:100%;transform:translate(-50%,-50%)" width="120"></span></a></article></div><p>&nbsp;</p><p>Indeedがオープンソースで公開しているIndeed Job SearchというAPIを使ったプログラムです。</p><pre>params = {        'publisher': "",    # publisher ID (Required)        'q': "",            # Job search query        'l': "",            # location (city / state)        'co': "",           # Country Code        'sort': "",         # Sort order, date or relevance        'days': ""          # number of days to fetch jobs, maximum is 7 days        }   </pre><p>クエリや国コード、期間なんかを指定してIndeedから求人票を引っ張ってきます。</p><p>さっそく起動してみました。</p><p><a href="https://stat.ameba.jp/user_images/20200628/14/amarinepolis/f9/57/p/o0904065914780989953.png"><img alt="" height="306" src="https://stat.ameba.jp/user_images/20200628/14/amarinepolis/f9/57/p/o0904065914780989953.png" width="420"></a></p><p>&nbsp;</p><p>「大阪市内」「事務」を指定して、動かしました。</p><p>合計39件ほど、検索結果では7,000件以上ヒットしますがこれってどういうことなんででしょうね。</p><p>'days'を「1」で指定していることが原因でしょうか。</p><p>number of days to fetch jobs　所得する求人票の日数</p><p>何となくですが「求人票が公開された日」を指定してるっぽい…？</p><p>&nbsp;</p><p>それ以外にも恐らく何かしら条件指定をしてるっぽいです</p><p>しかし、そもそもこのソースが公開されているのが2年前ですし、Indeed内の仕様も大きく変わっていることも影響してるんでしょうね。</p><p>&nbsp;</p><p>ちなみにコマンドプロントに結果を出力するだけでなく、同時にCSVファイルの生成もしてくれます。見事文字化けしてましたが。</p><p>&nbsp;</p><p>&nbsp;</p><p>以上</p><p>&nbsp;</p>
]]>
</description>
<link>https://ameblo.jp/amarinepolis/entry-12607440900.html</link>
<pubDate>Sun, 28 Jun 2020 14:57:31 +0900</pubDate>
</item>
</channel>
</rss>
