質問編集履歴
1
GoutteのGithubと参考ページを追記しました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -3,9 +3,18 @@
|
|
3
3
|
|
4
4
|
[JAL運賃検索ページ](https://www.5971.jal.co.jp/rsv/LFSSearchDispatch.do)
|
5
5
|
|
6
|
-
PHPのGoutte というライブラリで作成したところ、検索から一覧のページへ進めず、悩んでいます。
|
6
|
+
PHPの[Goutte](https://github.com/FriendsOfPHP/Goutte) というライブラリで作成したところ、検索から一覧のページへ進めず、悩んでいます。
|
7
7
|
(特にGoutteにこだわっているわけではありません)
|
8
8
|
|
9
|
+
リストライブラリページ
|
10
|
+
[Goutte](https://github.com/FriendsOfPHP/Goutte)
|
11
|
+
|
12
|
+
Goutteを利用- リストする際に参考にした記事
|
13
|
+
- [Goutte を使い倒すためのメモ](http://designhack.slashlab.net/note-for-make-full-use-of-goutte-php-web-scraper/)
|
14
|
+
- [Webスクレイピングが捗るGoutteを使ってみる](http://blog.asial.co.jp/1316)
|
15
|
+
|
16
|
+
|
17
|
+
|
9
18
|
###発生している問題・エラーメッセージ
|
10
19
|
|
11
20
|
```
|